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

[testenv]
deps=nose
    Paste
commands={envpython} setup.py test

# Keep it this way until Paste has been ported to py3k
[testenv:py32]
deps=nose

[testenv:py33]
deps=nose