File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ install:
100100 - conda list
101101 - python ci_tools/py_install.py conda ci_tools/requirements-conda.txt
102102 - python ci_tools/py_install.py pip ci_tools/requirements-pip.txt
103- # this does not work anymore on python 2 so lets only do it when needed
103+ # mkdocs does not work anymore on python 2 so lets only do it when needed
104104 - if [ "${TRAVIS_PYTHON_VERSION}" = "3.5" ]; then pip install mkdocs-material mkdocs; fi;
105105 # travis-specific installs
106106 - pip install PyGithub # for ci_tools/github_release.py
@@ -110,6 +110,7 @@ install:
110110 - python -m pytest --version # - pytest --version
111111
112112script :
113+ # - if [ "${TRAVIS_PYTHON_VERSION}" = "3.5" ]; then python ci_tools/headers_check.py; fi;
113114# - coverage run tests.py
114115 - pip install .
115116 - python -c "import os; os.chdir('..'); import pytest_cases"
@@ -173,6 +174,8 @@ deploy:
173174 python : 3.5 # only one of the builds have to be deployed
174175 condition : $PYTEST_VERSION = "<3"
175176
177+ # TODO update zenodo record
178+
176179notifications :
177180 email :
178181 on_success : never # options: [always|never|change] default: always
You can’t perform that action at this time.
0 commit comments