fix style

This commit is contained in:
Erdenezul Batmunkh
2018-05-20 12:54:24 +08:00
parent fd02d77c59
commit f605eb14e8
3 changed files with 4 additions and 6 deletions

View File

@@ -1,13 +1,11 @@
[tox]
envlist = {py27,py35,pypy,pypy3}-{mg27,mg28,mg35,mg3x}
envlist = {py27,py35,pypy,pypy3}-{mg35,mg3x}
[testenv]
commands =
python setup.py nosetests {posargs}
deps =
nose
mg27: PyMongo<2.8
mg28: PyMongo>=2.8,<2.9
mg35: PyMongo==3.5
mg3x: PyMongo>=3.0
setenv =