scour/tox.ini
Eduard Braun 3c64623a12 Discontinue official support for Python 3.3
(testing failed due to wheel now requiring Python >= 3.4)

Also run flake8 in latest Python 3.6
(3.7 is not supported on Travis yet)
2018-06-29 19:29:09 +02:00

27 lines
No EOL
287 B
INI

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