Python 2 is dead and unmaintained for a while now. Time to stop carrying on its support.
13 lines
172 B
INI
13 lines
172 B
INI
[tox]
|
|
envlist = py36, py37, py38, py39
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
pytest-pycodestyle
|
|
commands = pytest --pycodestyle
|
|
|
|
[pycodestyle]
|
|
max-line-length = 80
|
|
show-source = True
|