test: add basic test

this is a real basic test, which just makes sure the default sample builds fine.
This commit is contained in:
Rodweil, Theodor 2023-08-07 19:11:27 +02:00
parent d79ada241c
commit 118c206178
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5

View file

@ -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