Skip to content

Commit

Permalink
port travis doc fixes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing committed Nov 7, 2019
1 parent fb0d84d commit 1b58d45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -59,6 +59,7 @@ jobs:
- stage: test
name: "Test Docs"
install:
- pip install -r requirements.txt
- pip install -r requirements-docs.txt
- pip install -e .[sql]
- pip list
Expand All @@ -72,6 +73,7 @@ jobs:
- RASABASTER=rasabaster-0.7.23.tar.gz
- curl -sSL -o $RASABASTER "https://storage.googleapis.com/docs-theme/${RASABASTER}?q=$(date +%s%N)"
- pip install $RASABASTER
- pip install -r requirements.txt
- pip install --no-cache-dir -r requirements-docs.txt
- pip install git+https://${GITHUB_TOKEN}:x-oauth-basic@github.com/RasaHQ/sphinxcontrib-versioning.git@version_list
- pip install -e .
Expand Down

0 comments on commit 1b58d45

Please sign in to comment.