2012-11-06 18:02:10 -05:00
|
|
|
[tox]
|
2013-10-30 19:06:09 -04:00
|
|
|
envlist = py25,py26,py27,py32,py33
|
2012-11-06 18:02:10 -05:00
|
|
|
|
|
|
|
[testenv]
|
2013-06-26 12:02:27 -04:00
|
|
|
commands = pip install --use-mirrors -q -r dev-requirements.txt
|
2012-11-06 18:02:10 -05:00
|
|
|
python test.py
|