1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00
myhdl/tox.ini
2019-03-12 17:51:12 +02:00

13 lines
206 B
INI

[tox]
envlist = py34
[testenv]
deps = pytest-xdist
commands = py.test --basetemp={envtmpdir} {posargs}
[testenv:docs]
whitelist_externals = make
changedir = doc
deps = sphinx-autobuild
commands = make []