We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734b27a commit 112dbf4Copy full SHA for 112dbf4
.travis.yml
@@ -37,14 +37,14 @@ script:
37
- coverage run run_tests.py
38
- coverage report -m
39
- 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
+# - |
+# if [ $TRAVIS_PYTHON_VERSION = "3.6" ]; then
+# conda install --yes --file requirements/docs.txt
+# cd doc
+# make html
+# cd ..
+# doctr deploy . --built-docs ./docs/_build/html;
+# fi
48
49
after_script:
50
- set +e
0 commit comments