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

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