mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Mov tox main config to top of tox file
This commit is contained in:
parent
a476248ed6
commit
1cca37985d
1 changed files with 3 additions and 2 deletions
5
tox.ini
5
tox.ini
|
@ -1,9 +1,10 @@
|
|||
[tox]
|
||||
envlist = flake8, unit
|
||||
|
||||
[flake8]
|
||||
ignore = E101,E221,E241,E501,W191
|
||||
max-line-length = 110
|
||||
|
||||
[tox]
|
||||
envlist = flake8, unit
|
||||
|
||||
[testenv:flake8]
|
||||
deps = flake8
|
||||
|
|
Loading…
Add table
Reference in a new issue