summaryrefslogtreecommitdiff
path: root/tox.ini
blob: a50b8c286a9f879369cac1f28d545a73777e029e (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py26,py27,py33,py34,pep8

[testenv]
deps=pytest
commands=py.test  

[testenv:pep8]
deps = pep8==1.2
commands = pep8 --repeat --show-source warlock