Files
galvani/tox.ini

14 lines
193 B
INI

[tox]
envlist = py35,py36,py37,py38
[testenv]
deps =
flake8
pytest
commands =
flake8
pytest
[flake8]
exclude = build,dist,*.egg-info,.cache,.git,.tox,__pycache__
max-line-length = 100