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 3f02258 commit c63299fCopy full SHA for c63299f
.travis.yml
@@ -18,7 +18,7 @@ install:
18
19
script:
20
- conda build --quiet devtools/conda-recipe
21
- - devtools/travis-ci/build_docs.sh
+ - if [ $CONDA_PY == 3.6 ]; then devtools/travis-ci/build_docs.sh; fi
22
23
after_success:
24
- cp $HOME/miniconda3/conda-bld/test-tmp_dir/.coverage .
0 commit comments