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

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