compose/tox.ini
Christopher Grebs bf8875d930 Added tox file
2014-01-06 17:58:49 +00:00

9 lines
147 B
INI

[tox]
envlist = py26,py27,py32,py33,pypy
[testenv]
commands =
pip install -e {toxinidir}
pip install -e {toxinidir}[test]
python setup.py test