moto/tox.ini

9 lines
131 B
INI
Raw Normal View History

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