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