From 07ff68631bc010fa644374b94b665e3ee7cfc68b Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 5 Aug 2018 18:46:39 +0200 Subject: [PATCH] Fix Travis after success script --- .travis.sh | 4 ++-- CHANGELOG | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.sh b/.travis.sh index 26da66ba6..3d704a957 100755 --- a/.travis.sh +++ b/.travis.sh @@ -52,7 +52,7 @@ if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then git remote set-url origin ${REMOTE} # Install Material, so we can use it as a base template and add overrides - python setup.py install --user + python setup.py install # Override theme configuration sed -i 's/name: null/name: material/g' mkdocs.yml @@ -70,7 +70,7 @@ rm -rf overrides echo "${TRAVIS_BRANCH}" | grep -qvE "^[0-9.]+$" && exit 0; :; # Install dependencies for release build -pip install --user wheel twine +pip install wheel twine # Build and install theme and Docker image python setup.py build sdist bdist_wheel --universal diff --git a/CHANGELOG b/CHANGELOG index 8baed5156..25847490a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ mkdocs-material-3.0.0 (2018-08-xx) * Upgraded MkDocs to 1.0 + * Upgraded Python in official Docker image to 3.6 * Added Serbian and Serbo-Croatian translations mkdocs-material-2.9.4 (2018-07-29)