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

[testenv]
usedevelop = True
deps =
    # Paste works on Python 3 since Paste 2.0
    Paste
    pytest
    pytest-cov
commands =
    py.test --cov=paste/deploy --cov-report=xml --cov-report=html --cov-report=term-missing {posargs}