mongoengine/tox.ini
Stefan Wojcik 4c629e46ce Drop pymongo dev tests to speed things up.
We don't need to test it before a stable release and removing it shaves off
considerable amount of time from Travis builds.
2017-02-25 16:06:19 -05:00

21 lines
358 B
INI

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