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

[testenv]
deps =
    # Paste works on Python 3 since Paste 2.0
    Paste
    pytest
    pytest-cov
commands =
    py.test {posargs}