1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-23 16:46:14 +01:00
github.com_fedora-python_to.../tox.ini
2019-07-18 11:06:48 +02:00

8 lines
97 B
INI

[tox]
envlist = py36,py37,py38
[testenv]
deps = pytest
commands =
pytest -v {posargs} tests