1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 20:38:54 +00:00

Ignore remaining flake8 rules and exclude ./venv/

This should fix the builds.
This commit is contained in:
Joseph Frazier 2016-10-05 11:29:32 -04:00
parent 521eb03d7a
commit f0b9c7cb67

View File

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