moto/tox.ini

15 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