10 lines
111 B
INI
10 lines
111 B
INI
[tox]
|
|
envlist = py35, py36, py37, py38
|
|
|
|
[testenv]
|
|
commands = pytest {posargs}
|
|
|
|
extras = tests
|
|
|
|
usedevelop=True
|