Skip to content
Snippets Groups Projects
Verified Commit 411ac078 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Only run python3.8 tests on 3.8 CI job

parent 8b494ed7
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ test:
before_script:
- adduser --disabled-password --gecos "Test User" testuser
script:
- sudo -u testuser tox
- sudo -u testuser tox -e py38
artifacts:
paths:
- htmlcov/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment