moto/tox.ini
2015-02-18 16:01:15 +02:00

14 lines
215 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
[flake8]
ignore = E128,E501