Browse Source

silence a flak8 error on imports not at top

pull/22/head
Miguel Grinberg 9 years ago
parent
commit
ba31975d65
  1. 2
      tox.ini

2
tox.ini

@ -13,7 +13,7 @@ basepython=python
deps=
flake8
commands=
flake8 --exclude=".*" socketio tests
flake8 --exclude=".*" --ignore=E402 socketio tests
[testenv:py27]
basepython=python2.7

Loading…
Cancel
Save