mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
13 lines
166 B
INI
13 lines
166 B
INI
[tox]
|
|
envlist = py27,py35,py37
|
|
[testenv]
|
|
deps =
|
|
flake8
|
|
pytest
|
|
commands =
|
|
flake8
|
|
pytest
|
|
|
|
[flake8]
|
|
exclude = build,dist,*.egg-info,.cache,.git,.tox,__pycache__
|