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 7b6bdc4 commit 1fe526aCopy full SHA for 1fe526a
.travis.yml
@@ -10,7 +10,6 @@ python:
10
- 2.7
11
- 3.5
12
- 3.6
13
- env: BUILD_DOCS=1
14
15
before_install:
16
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
@@ -39,7 +38,7 @@ script:
39
38
- coverage report -m
40
- codecov
41
- |
42
- if [ $BUILD_DOCS ]; then
+ if [ $TRAVIS_PYTHON_VERSION = "3.6" ]; then
43
conda install --yes --file requirements/docs.txt
44
cd docs
45
make html
0 commit comments