diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-09-03 02:24:42 +0200 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-09-03 02:43:34 +0200 |
commit | 2bb4358e37a374b36f2aa8c983ce72009d70b55d (patch) | |
tree | 31c8602a8b71c79631e516332189d8fc4b668b46 /tox.ini | |
parent | fe0dca2b594b2f1570d3a7d87f1684b774918cdd (diff) | |
download | gitlab-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.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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} |