moto/tox.ini

14 lines
215 B
INI
Raw Normal View History

2013-10-04 00:34:31 +00:00
[tox]
2014-11-30 03:57:08 +00:00
envlist = py26, py27, py33, py34
2013-10-04 00:34:31 +00:00
[testenv]
2015-02-18 14:01:15 +00:00
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
2013-10-04 00:34:31 +00:00
commands =
{envpython} setup.py test
nosetests
2014-11-15 14:35:52 +00:00
[flake8]
ignore = E128,E501