forked from VUnit/vunit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
29 lines (25 loc) · 854 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[tox]
envlist = py{27,34,35,36}-unit, py{27,34,35,36}-acceptance-{activehdl,ghdl,modelsim,rivierapro}, py{27,35,36}-lint, py{27,35,36}-docs
skip_missing_interpreters = True
[testenv]
recreate=True
passenv=ALDEC_LICENSE_FILE
deps=
pytest
py27-unit: mock
lint: pycodestyle
lint: pylint
docs: docutils
docs: sphinx
docs: sphinx-argparse
docs: ablog
setenv=
acceptance-activehdl: VUNIT_SIMULATOR=activehdl
acceptance-ghdl: VUNIT_SIMULATOR=ghdl
acceptance-modelsim: VUNIT_SIMULATOR=modelsim
acceptance-rivierapro: VUNIT_SIMULATOR=rivierapro
commands=
unit: {envpython} -m pytest -v vunit/test/unit
acceptance: {envpython} -m pytest -v vunit/test/acceptance
lint: {envpython} -m pytest -v vunit/test/lint
docs: {envpython} tools/build_docs.py {envtmpdir}/docsbuild