more tox fixes

This commit is contained in:
HawkOwl 2015-09-09 19:46:38 +08:00
parent 19de45ccb2
commit 84bf162321
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,6 @@ envlist =
[flake8]
ignore = E501,N801,N802,N803,N805,N806
max-line-length = 119
@ -51,5 +50,6 @@ commands =
sh -c "which python"
python -V
flake8 --version
flake8 autobahn
; These ignores will be removed when they are fixed and we are flake8-clean
flake8 --ignore=E501,N801,N802,N803,N805,N806 autobahn
basepython = python2.7