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