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

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__