2012-11-06 18:02:10 -05:00
|
|
|
[tox]
|
2014-04-14 10:40:56 -04:00
|
|
|
envlist = py26,py27,py32,py33
|
2012-11-06 18:02:10 -05:00
|
|
|
|
|
|
|
[testenv]
|
2014-01-10 23:07:43 -05:00
|
|
|
commands = pip install --use-mirrors -q -r tox-requirements.txt
|
2012-11-06 18:02:10 -05:00
|
|
|
python test.py
|