Skip to content
Snippets Groups Projects
Commit f66890a9 authored by adrian_egli2's avatar adrian_egli2
Browse files

automatic test build fix

parent 3fe703b8
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,16 @@ test-py37:
script:
- xvfb-run tox -v --recreate -e py37
test-py38:
<<: *test-setup
script:
- xvfb-run tox -v --recreate -e py38
test-py39:
<<: *test-setup
script:
- xvfb-run tox -v --recreate -e py39
test-examples:
<<: *test-setup
script:
......@@ -117,6 +127,8 @@ profiling:
benchmarks:
dependencies:
- test-py39
- test-py38
- test-py36
- test-py37
- test-examples
......
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