scour/tox.ini
2016-09-17 02:25:32 +02:00

27 lines
No EOL
287 B
INI

[tox]
envlist =
pypy
py27
py33
py34
py35
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