test: add basic test
this is a real basic test, which just makes sure the default sample builds fine.
This commit is contained in:
parent
d79ada241c
commit
118c206178
1 changed files with 9 additions and 0 deletions
9
tox.ini
9
tox.ini
|
|
@ -3,6 +3,15 @@ skipsdist = true
|
|||
maxversion = 3.7.0
|
||||
isolated_build = True
|
||||
|
||||
[testenv:test-sample-default]
|
||||
description = test the default sample
|
||||
basepython = python3
|
||||
changedir = samples/default
|
||||
setenv =
|
||||
PIPENV_IGNORE_VIRTUALENVS = 1
|
||||
deps = pipenv
|
||||
commands =
|
||||
python3 -m pipenv run sphinx-build
|
||||
|
||||
[testenv:lint]
|
||||
description = lint with pylint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue