mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
Add flake8 to tox.ini
This commit is contained in:
8
tox.ini
8
tox.ini
@@ -1,8 +1,12 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py27,py35,py37
|
envlist = py27,py35,py37
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=pytest
|
deps =
|
||||||
commands=pytest
|
flake8
|
||||||
|
pytest
|
||||||
|
commands =
|
||||||
|
flake8
|
||||||
|
pytest
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = build,dist,*.egg-info,.cache,.git,.tox,__pycache__
|
exclude = build,dist,*.egg-info,.cache,.git,.tox,__pycache__
|
||||||
|
|||||||
Reference in New Issue
Block a user