File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ install:
100
100
- conda list
101
101
- python ci_tools/py_install.py conda ci_tools/requirements-conda.txt
102
102
- 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
104
104
- if [ "${TRAVIS_PYTHON_VERSION}" = "3.5" ]; then pip install mkdocs-material mkdocs; fi;
105
105
# travis-specific installs
106
106
- pip install PyGithub # for ci_tools/github_release.py
@@ -110,6 +110,7 @@ install:
110
110
- python -m pytest --version # - pytest --version
111
111
112
112
script :
113
+ # - if [ "${TRAVIS_PYTHON_VERSION}" = "3.5" ]; then python ci_tools/headers_check.py; fi;
113
114
# - coverage run tests.py
114
115
- pip install .
115
116
- python -c "import os; os.chdir('..'); import pytest_cases"
@@ -173,6 +174,8 @@ deploy:
173
174
python : 3.5 # only one of the builds have to be deployed
174
175
condition : $PYTEST_VERSION = "<3"
175
176
177
+ # TODO update zenodo record
178
+
176
179
notifications :
177
180
email :
178
181
on_success : never # options: [always|never|change] default: always
You can’t perform that action at this time.
0 commit comments