summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-09-03 02:24:42 +0200
committerNejc Habjan <hab.nejc@gmail.com>2021-09-03 02:43:34 +0200
commit2bb4358e37a374b36f2aa8c983ce72009d70b55d (patch)
tree31c8602a8b71c79631e516332189d8fc4b668b46 /tox.ini
parentfe0dca2b594b2f1570d3a7d87f1684b774918cdd (diff)
downloadgitlab-fix/tests-in-wheel.tar.gz
test(build): add smoke tests for sdist & wheel packagefix/tests-in-wheel
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1ddc331..8ba8346 100644
--- a/tox.ini
+++ b/tox.ini
@@ -96,3 +96,7 @@ commands =
deps = -r{toxinidir}/requirements-docker.txt
commands =
pytest --cov --cov-report xml tests/functional/api {posargs}
+
+[testenv:smoke]
+deps = -r{toxinidir}/requirements-test.txt
+commands = pytest tests/smoke {posargs}