Skip to content

Commit 0d49e31

Browse files
author
Sylvain MARIE
committed
Minor comments in travis.yml
1 parent 325ae5c commit 0d49e31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff 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

112112
script:
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+
176179
notifications:
177180
email:
178181
on_success: never # options: [always|never|change] default: always

0 commit comments

Comments
 (0)