moto/tox.ini

12 lines
166 B
INI
Raw Normal View History

2013-10-03 20:34:31 -04:00
[tox]
2014-08-26 13:25:50 -04:00
envlist = py26, py27, py33
2013-10-03 20:34:31 -04:00
[testenv]
deps = -r{toxinidir}/requirements.txt
commands =
{envpython} setup.py test
nosetests
2014-11-15 09:35:52 -05:00
[flake8]
ignore = E128,E501