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

[testenv]
deps = nose
       Routes
commands =
    nosetests -s []