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

[testenv]
deps =
    coverage
    nose
commands =
    nosetests {posargs:--with-coverage --cover-package=paste}