Files
thefuck/tox.ini
T
Joseph Frazier f0b9c7cb67 Ignore remaining flake8 rules and exclude ./venv/
This should fix the builds.
2016-10-07 22:27:07 -04:00

11 lines
153 B
INI

[tox]
envlist = py27,py33,py34,py35
[testenv]
deps = -rrequirements.txt
commands = py.test -v --capture=sys
[flake8]
ignore = E501,W503
exclude = venv