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

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