Skip to content

Commit

Permalink
branching off
Browse files Browse the repository at this point in the history
  • Loading branch information
vancauwe committed Feb 14, 2020
1 parent 28f0308 commit 163b5f2
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,6 @@ language: python
python: '3.7'
install: pip install -e .[tests]
script: black --check deepsphere/ scripts/
script:
# Use Sphinx to make the html docs
- make html
# Tell GitHub not to use jekyll to compile the docs
- touch _build/html/.nojekyll

# Tell Travis CI to copy the documentation to the gh-pages branch of
# your GitHub repository.
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
on:
branch: master
local_dir: _build/html/

deploy:
provider: pypi
user: __token__
Expand Down

0 comments on commit 163b5f2

Please sign in to comment.