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

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