stem/tox.ini
2015-02-01 13:35:59 -08:00

12 lines
186 B
INI

[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