1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-25 09:36:13 +01:00
github.com_fedora-python_to.../tox.ini

8 lines
97 B
INI
Raw Normal View History

2019-07-17 18:28:54 +02:00
[tox]
envlist = py36,py37,py38
[testenv]
deps = pytest
commands =
pytest -v {posargs} tests