Don't try to uninstall packages on Travis

This commit is contained in:
squidfunk 2017-09-14 12:24:50 +02:00 committed by Martin Donath
parent 3d617ba270
commit d1376b89d7

View File

@ -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