Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,14 @@ jobs:
# Deploy built docs : a) when PR is merged to master, b) when a tag is built
deploy:
- provider: pages
edge: true
token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep_history: false
local_dir: docs/build/html
on:
branch: master
- provider: pages
edge: true
token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep_history: false
local_dir: docs/build/html
Expand Down Expand Up @@ -165,6 +167,7 @@ jobs:

# PyPI Deployment: https://docs.travis-ci.com/user/deployment/pypi/
deploy:
edge: true
provider: pypi

username: $PYPI_USER
Expand Down Expand Up @@ -208,6 +211,7 @@ jobs:

# PyPI Deployment: https://docs.travis-ci.com/user/deployment/pypi/
deploy:
edge: true
provider: pypi
username: $PYPI_USER
# If password contains non alphanumeric characters
Expand Down