Skip to content

Commit

Permalink
tweak .travis.yml again...
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Sep 13, 2018
1 parent 4be5e4c commit cb4c496
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ before_install:
- sudo apt-get update
- sudo apt-get install -y mpich2 gfortran python3.6 python3.6-venv

install:
- pip3.6 install --user sphinx sphinx_rtd_theme
install:
- pyenv global 3.6
- pip install --user sphinx sphinx_rtd_theme

script: bash ./build_and_deploy.sh

Expand Down

0 comments on commit cb4c496

Please sign in to comment.