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

[testenv]
deps = pytest
       -rtests/test_requirements.txt
commands = py.test tests/