Skip to content

Commit 1fe526a

Browse files
committed
FIX: replace env var with python version
1 parent 7b6bdc4 commit 1fe526a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ python:
1010
- 2.7
1111
- 3.5
1212
- 3.6
13-
env: BUILD_DOCS=1
1413

1514
before_install:
1615
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
@@ -39,7 +38,7 @@ script:
3938
- coverage report -m
4039
- codecov
4140
- |
42-
if [ $BUILD_DOCS ]; then
41+
if [ $TRAVIS_PYTHON_VERSION = "3.6" ]; then
4342
conda install --yes --file requirements/docs.txt
4443
cd docs
4544
make html

0 commit comments

Comments
 (0)