2020-07-07 12:24:42 +02:00

21 lines
307 B
INI

[tox]
envlist = test,flake8
skipsdist = True
[testenv]
commands =
test: {[testenv:test]commands}
flake8: {[testenv:flake8]commands}
[testenv:test]
deps =
pytest
-rrequirements.txt
commands =
pytest -v --doctest-modules
[testenv:flake8]
deps = flake8
commands =
flake8 .