moto/tox.ini

9 lines
137 B
INI
Raw Normal View History

2013-10-04 00:34:31 +00:00
[tox]
2014-08-26 17:25:50 +00:00
envlist = py26, py27, py33
2013-10-04 00:34:31 +00:00
[testenv]
deps = -r{toxinidir}/requirements.txt
commands =
{envpython} setup.py test
nosetests