scour/tox.ini
rui 0e1db13865
ci: add python 3.10 and 3.11-dev
Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-12-11 18:48:14 -05:00

32 lines
336 B
INI

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