Select Git revision
-
Ben Anderson authoredBen Anderson authored
tox.ini 251 B
[tox]
isolated_build = true
envlist = lint,py3
[testenv:lint]
deps =
flake8
commands =
flake8 pycgtool
[testenv]
deps =
pytest
pytest-cov
commands =
pytest --cov=pycgtool --cov-fail-under=80 test/
[flake8]
max-line-length = 120