third attempt at deploying docs

This commit is contained in:
Devin Neal 2019-05-27 23:58:05 -07:00
parent aa2734477a
commit f3f0e3ba03
2 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,10 @@ dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
python: "3.7"
cache: pip
addons:
apt:
packages:
- python3-sphinx
install:
- pip install --upgrade pip
- pip install -r requirements.txt
@ -17,6 +21,8 @@ script:
- python setup.py test
- python setup.py bdist_wheel
after_success:
- pip install sphinx_rtd_theme
- make --directory docs/ html
- openssl aes-256-cbc -K $encrypted_1b28e850a424_key -iv $encrypted_1b28e850a424_iv -in travis/crypt.enc -out travis/crypt -d
- tar xf travis/crypt
- test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "false" && travis/deploy_docs.sh

Binary file not shown.