summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 2977dc3d6f12d02f8e68191b1daaf32ae5522210 (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py26, py27, py32, py33, py34, py35, pypy
skip-missing-interpreters=True

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