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

some tests are now disabled: py36 and notebook

parent 948c2087
No related branches found
No related tags found
No related merge requests found
......@@ -34,10 +34,10 @@ 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-py36:
## <<: *test-setup
## script:
## - xvfb-run tox -v --recreate -e py36
test-py37:
<<: *test-setup
......@@ -59,10 +59,10 @@ test-examples:
script:
- xvfb-run tox -v --recreate -e examples
# test-notebooks:
# <<: *test-setup
# script:
# - xvfb-run tox -v --recreate -e notebooks
## test-notebooks:
## <<: *test-setup
## script:
## - xvfb-run tox -v --recreate -e notebooks
test-docs:
<<: *test-setup
......
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