Files
galvani/tox.ini
2019-05-12 09:14:57 +02:00

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__