8 lines
78 B
INI
8 lines
78 B
INI
|
[tox]
|
||
|
envlist = py36,py37,py38
|
||
|
|
||
|
[testenv]
|
||
|
deps = pytest
|
||
|
commands =
|
||
|
pytest
|