tox.ini cleanup

This commit is contained in:
Stefan Wojcik 2017-02-25 14:07:58 -05:00
parent e9caaa916c
commit 06cb866f82

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = {py26,py27,py33,py34,py35,pypy,pypy3}-{mg27,mg28},flake8 envlist = {py27,py33,py34,py35,pypy,pypy3}-{mg27,mg28,mg30,mgdev},flake8
[testenv] [testenv]
commands = commands =
@ -12,7 +12,6 @@ deps =
mgdev: https://github.com/mongodb/mongo-python-driver/tarball/master mgdev: https://github.com/mongodb/mongo-python-driver/tarball/master
setenv = setenv =
PYTHON_EGG_CACHE = {envdir}/python-eggs PYTHON_EGG_CACHE = {envdir}/python-eggs
passenv = windir
[testenv:flake8] [testenv:flake8]
deps = deps =