moto/tox.ini
2017-02-23 19:43:48 -05:00

14 lines
254 B
INI

[tox]
envlist = py26, py27, py33, py34
[testenv]
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
commands =
{envpython} setup.py test
nosetests {posargs}
[flake8]
ignore = E128,E501
exclude = moto/packages,dist