aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: 0f9909a69c69d066877bc3fc13e95b6a73acc34e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist =
    py27,
    py32,
    py33,
    py34,
    py35,
    py36,
    pypy,
    pypy3

[testenv]
commands = pytest {posargs}
deps = -rtest_requirements.txt