mongoengine/tox.ini
2017-02-25 14:07:58 -05:00

22 lines
437 B
INI

[tox]
envlist = {py27,py33,py34,py35,pypy,pypy3}-{mg27,mg28,mg30,mgdev},flake8
[testenv]
commands =
python setup.py nosetests {posargs}
deps =
nose
mg27: PyMongo<2.8
mg28: PyMongo>=2.8,<3.0
mg30: PyMongo>=3.0
mgdev: https://github.com/mongodb/mongo-python-driver/tarball/master
setenv =
PYTHON_EGG_CACHE = {envdir}/python-eggs
[testenv:flake8]
deps =
flake8
flake8-import-order
commands =
flake8