mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
13 lines
206 B
INI
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 []
|