thefuck/tox.ini

7 lines
104 B
INI

[tox]
envlist = py27,py33,py34
[testenv]
deps = -rrequirements.txt
commands = py.test -v --capture=sys