Skip to content

Commit 112dbf4

Browse files
committed
no docs as of yet
1 parent 734b27a commit 112dbf4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ script:
3737
- coverage run run_tests.py
3838
- coverage report -m
3939
- codecov
40-
- |
41-
if [ $TRAVIS_PYTHON_VERSION = "3.6" ]; then
42-
conda install --yes --file requirements/docs.txt
43-
cd doc
44-
make html
45-
cd ..
46-
doctr deploy . --built-docs ./docs/_build/html;
47-
fi
40+
# - |
41+
# if [ $TRAVIS_PYTHON_VERSION = "3.6" ]; then
42+
# conda install --yes --file requirements/docs.txt
43+
# cd doc
44+
# make html
45+
# cd ..
46+
# doctr deploy . --built-docs ./docs/_build/html;
47+
# fi
4848

4949
after_script:
5050
- set +e

0 commit comments

Comments
 (0)