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

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