stem/tox.ini

12 lines
186 B
INI
Raw Normal View History

2015-01-03 00:21:52 +00:00
[tox]
envlist = py26,py27,py31,py32,py33,py34
skipsdist = True
[testenv]
commands =
pip install --allow-all-external -e .
python run_tests.py {posargs:-a}
deps =
-rrequirements.txt