Skip to content

Commit

Permalink
test docs first
Browse files Browse the repository at this point in the history
  • Loading branch information
lheagy committed Jan 31, 2016
1 parent ade37fb commit ac2e38e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,15 @@ install:

# Run test
script:
- nosetests $TEST_DIR --with-cov --cov SimPEG --cov-config .coveragerc -v -s
# test docs
- cd docs
- sphinx-build -nW -b html -d _build/doctrees . _build/html
- sphinx-build docs -nW -b latex -d _build/doctrees . _build/latex
- sphinx-build docs -nW -b linkcheck -d _build/doctrees . _build/linkcheck
- cd ../

- nosetests $TEST_DIR --with-cov --cov SimPEG --cov-config .coveragerc -v -s


# Calculate coverage
after_success:
Expand Down

0 comments on commit ac2e38e

Please sign in to comment.