Skip to content

Commit

Permalink
Merge pull request #9 from AguaClara/development
Browse files Browse the repository at this point in the history
cd out of docs to deploy on travis
  • Loading branch information
eak24 authored Aug 2, 2018
2 parents e58da4f + ff49fa9 commit cb83e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ script:
- make html
- make doctest
- htmlproofer _build/html --allow_hash_href --file_ignore "_build/html/search.html"
- cd ..
after_success:
- codecov
deploy:
Expand All @@ -27,7 +28,6 @@ deploy:
password: "$PYPI_PASSWORD"
on:
tags: true
branch: master
distributions: sdist
- provider: pages # Deploy to to gh-pages
skip-cleanup: true
Expand Down

0 comments on commit cb83e88

Please sign in to comment.