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

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 []