summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 106434f6ce7884781be2bca136133a9260127775 (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py26,py27,py32,py33,py34,pypy

[testenv]
deps=
    nose
    # Paste works on Python 3 since Paste 2.0
    Paste
commands={envpython} setup.py test