Merge pull request #1038 from Robbt/no-travis-ci-mkdocs

Removed mkdocs build from TravisCI tests
This commit is contained in:
Kyle Robbertze 2020-05-13 15:49:55 +02:00 committed by GitHub
commit e0145297e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"