summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 0589dc16fd38646c4ec90503b9c354809d02e2ef (plain)
1
2
3
4
5
6
[tox]
envlist = py27,py34,py35,py36,pypy,pypy3

[testenv]
deps = -rtests/test_requirements.txt
commands = py.test {posargs:tests/}