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

[testenv]
deps=pytest       
commands=py.test  

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