Mov tox main config to top of tox file

This commit is contained in:
Anders Ingemann 2015-01-02 14:40:24 +01:00
parent a476248ed6
commit 1cca37985d

View file

@ -1,9 +1,10 @@
[tox]
envlist = flake8, unit
[flake8] [flake8]
ignore = E101,E221,E241,E501,W191 ignore = E101,E221,E241,E501,W191
max-line-length = 110 max-line-length = 110
[tox]
envlist = flake8, unit
[testenv:flake8] [testenv:flake8]
deps = flake8 deps = flake8