14 lines
185 B
INI
14 lines
185 B
INI
[tox]
|
|
envlist = py38
|
|
skip_missing_interpreters = True
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
basepython =
|
|
py38: python3.8
|
|
|
|
deps = -r{toxinidir}/requirements.txt
|
|
|
|
commands = py.test {posargs}
|
|
|