Skip to content

Commit

Permalink
add py36
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Hernandez committed Jun 27, 2018
1 parent ad335fb commit 3f02258
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:
matrix:
- CONDA_PY=2.7
- CONDA_PY=3.5
- CONDA_PY=3.6

branches:
only:
Expand All @@ -31,7 +32,7 @@ deploy:
local-dir: docs/_deploy/
on:
branch: master
condition: "$CONDA_PY = 3.5"
condition: "$CONDA_PY = 3.6"
region: us-east-1
detect_encoding: true
access_key_id: $AWS_ACCESS_KEY
Expand Down
6 changes: 3 additions & 3 deletions devtools/travis-ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ conda create --yes -n docenv python=$CONDA_PY
source activate docenv
conda install -yq --use-local osprey

# Install doc requirements
conda install --yes --file docs/requirements.txt

# We don't use conda for these:
# sphinx_rtd_theme's latest releases are not available
# neither is msmb_theme
# neither is sphinx > 1.3.1 (fix #1892 autodoc problem)
pip install -I sphinx==1.3.5 sphinx_rtd_theme==0.1.9 msmb_theme==1.2.0

# Install doc requirements
conda install --yes --file docs/requirements.txt

# Make docs
cd docs && make html && cd -

Expand Down

0 comments on commit 3f02258

Please sign in to comment.