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

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