Removed mkdocs build from TravisCI tests

This commit is contained in:
robbt 2020-05-13 08:50:22 -04:00
parent 8498029cd9
commit edca8651c5
1 changed files with 0 additions and 4 deletions

View File

@ -14,7 +14,3 @@ pushd python_apps/api_clients
pip3 install -e .
nosetests
popd
echo "Building docs..."
mkdocs build --clean -q > /dev/null
echo -n "done"