Files
cocotbext-axi/setup.cfg
2020-12-02 16:26:18 -08:00

23 lines
252 B
INI

[tox:tox]
envlist = py36, py37, py38, py39
[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39
[testenv]
deps =
pytest
pytest-xdist
cocotb-test
commands =
pytest -n auto
[tool:pytest]
testpaths =
tests