scour/tox.ini
2020-05-17 15:57:31 +02:00

29 lines
306 B
INI

[tox]
envlist =
pypy
py27
py34
py35
py36
py37
py38
flake8
[testenv]
deps =
six
coverage
commands =
scour --version
coverage run --parallel-mode --source=scour testscour.py
[testenv:flake8]
deps =
flake8
commands =
flake8 --max-line-length=119