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

[testenv]
deps=pytest
commands=py.test  

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