Skip to content

Commit

Permalink
Build docs from base dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Nicholls committed Apr 18, 2019
1 parent bdc765d commit 5e4d9d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ install:
script:
- python -m pytest test --cov-report term-missing --cov=atip
- flake8 --ignore=E501,W504
- cd docs
- sphinx-build -b html -ETW . _build/html
- sphinx-build -b html -ETW docs docs/_build/html

after_success:
- cd ../
- coveralls

0 comments on commit 5e4d9d9

Please sign in to comment.