summaryrefslogtreecommitdiffhomepage
path: root/tox.ini
blob: e2a8dcf41e4087dad359d4a6820fb0994eab3948 (plain)
1
2
3
4
5
6
[tox]
envlist = py25,py26,py27

[testenv]
commands = pip install --use-mirrors -q -r dev-requirements.txt
           python test.py