Install packages in user location to fix Travis

This commit is contained in:
squidfunk
2017-09-14 12:30:38 +02:00
parent 707038db64
commit 2b6ad0053a
2 changed files with 88 additions and 12 deletions

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 twine
pip install --user wheel twine
# Build and install theme and Docker image
python setup.py build sdist bdist_wheel --universal