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

some tests are now disabled: py36 and notebook

parent 4a624f58
No related branches found
No related tags found
No related merge requests found
......@@ -34,11 +34,6 @@ before_script:
- conda update -n root conda -y
- conda install -c conda-forge tox-conda -y
## test-py36:
## <<: *test-setup
## script:
## - xvfb-run tox -v --recreate -e py36
test-py37:
<<: *test-setup
script:
......@@ -59,11 +54,6 @@ test-examples:
script:
- xvfb-run tox -v --recreate -e examples
## test-notebooks:
## <<: *test-setup
## script:
## - xvfb-run tox -v --recreate -e notebooks
test-docs:
<<: *test-setup
script:
......@@ -104,10 +94,8 @@ profiling:
dependencies:
- test-py39
- test-py38
## - test-py36
- test-py37
- test-examples
## - test-notebooks
- test-coverage
stage: profiling
only:
......@@ -129,10 +117,8 @@ benchmarks:
dependencies:
- test-py39
- test-py38
- test-py36
- test-py37
- test-examples
- test-notebooks
- test-coverage
stage: benchmarks
only:
......
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