use cd to get into docs directories for testing

This commit is contained in:
Lindsey Heagy
2016-01-31 10:51:55 -08:00
parent ac2e38e89d
commit e005ed8f5f
+2 -2
View File
@@ -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