summaryrefslogtreecommitdiff
path: root/tox.ini
blob: fcdbdde51db16cc2df236b976c5fdc9cd488db1f (plain)
1
2
3
4
5
6
[tox]
envlist = py27,py34

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