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

13 lines
211 B
INI
Raw Normal View History

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