Post rebase and Django removal tuning (and prepare for PyMongo 3)

This commit is contained in:
Axel Haustant
2015-04-28 20:31:13 +02:00
parent 58c8cf1a3a
commit c804c395ed
3 changed files with 9 additions and 35 deletions

10
tox.ini
View File

@@ -1,7 +1,6 @@
[tox]
envlist =
{py27,py32,py33,py34,pypy,pypy3}-{mg27,mg28,mg30}-{dj15,dj16,dj17,dj18,djdev},
py26-{mg27,mg28,mg30}-{dj15,dj16}
envlist = {py26,py27,py32,py33,py34,pypy,pypy3}-{mg27,mg28}
#envlist = {py26,py27,py32,py33,py34,pypy,pypy3}-{mg27,mg28,mg30,mgdev}
[testenv]
commands =
@@ -11,8 +10,3 @@ deps =
mg28: PyMongo>=2.8,<3.0
mg30: PyMongo>=3.0
mgdev: https://github.com/mongodb/mongo-python-driver/tarball/master
dj15: Django<1.6
dj16: Django>=1.6,<1.7
dj17: Django>=1.7,<1.8
dj18: Django>=1.8,<1.9
djdev: https://github.com/django/django/tarball/master