mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
13 lines
175 B
INI
13 lines
175 B
INI
[tox]
|
|
envlist = py27,py34
|
|
|
|
[testenv]
|
|
deps = pytest
|
|
commands = py.test []
|
|
|
|
[testenv:docs]
|
|
whitelist_externals = make
|
|
changedir = doc
|
|
deps = sphinx-autobuild
|
|
commands = make []
|