compose/tox.ini

9 lines
147 B
INI
Raw Normal View History

2014-01-06 03:53:26 +01:00
[tox]
envlist = py26,py27,py32,py33,pypy
[testenv]
commands =
pip install -e {toxinidir}
pip install -e {toxinidir}[test]
python setup.py test