1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00
myhdl/tox.ini

13 lines
175 B
INI
Raw Normal View History

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