aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: 6576991abed9ae1b83b5bfcfced7e2e1c51e226b (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 = -rrequirements-dev.txt