moto/tox.ini

9 lines
131 B
INI
Raw Normal View History

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