Commit 4601d1fa authored by Robert T. McGibbon's avatar Robert T. McGibbon
Browse files

Update .travis.yml

parent 3c49e1e5
......@@ -142,6 +142,7 @@ script:
ctest -I FailedTests.log;
fi
- if [[ ! -z "${DOCS_DEPLOY}" && "${DOCS_DEPLOY}" = "true" ]]; then
pip install numpydoc;
make DoxygenApiDocs PythonApiDocs;
mkdir -p api-docs;
mv api-python api-docs;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment