From ac2e38e89d7894957a17614d3367a213554f3b8a Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Sun, 31 Jan 2016 10:47:00 -0800 Subject: [PATCH] test docs first --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ac1849f..d437ce0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: