Skip to content
Snippets Groups Projects
Commit d1376b89 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Don't try to uninstall packages on Travis

parent 3d617ba2
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ fi
echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :;
# Install dependencies for release build
pip install --ignore-installed wheel twine
pip install --ignore-installed twine
# Build and install theme and Docker image
python setup.py build sdist bdist_wheel --universal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment