From e005ed8f5f6c9a25346de25a698c8603023599ab Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Sun, 31 Jan 2016 10:51:55 -0800 Subject: [PATCH] use cd to get into docs directories for testing --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d437ce0d..39b18a33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,8 +47,8 @@ script: # 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 + - sphinx-build -nW -b latex -d _build/doctrees . _build/latex + - sphinx-build -nW -b linkcheck -d _build/doctrees . _build/linkcheck - cd ../ - nosetests $TEST_DIR --with-cov --cov SimPEG --cov-config .coveragerc -v -s