summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2017-07-22 10:19:16 +0200
committerMarcel Hellkamp <marc@gsites.de>2017-07-22 10:19:16 +0200
commit61d1d0671455a20124715465e0c6d8b370a24c47 (patch)
treefe939cb0ddc6dfbd382008c62e1fa53871fa5c6e
parented11187436286b8301de6eb7d40da1d69924cb0d (diff)
downloadbottle-defnull-fix-travis.tar.gz
Still trying to fix the _makerlib bugdefnull-fix-travis
-rwxr-xr-xtest/travis_setup.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/travis_setup.sh b/test/travis_setup.sh
index 862c0db..5929dd6 100755
--- a/test/travis_setup.sh
+++ b/test/travis_setup.sh
@@ -4,8 +4,12 @@
set -e
set -x
+pip install -U pip
+
+# pip is not able to install distribute ...
+easy_install distribute # Fix Ubuntu "ImportError: No module named _markerlib"
+
pip install -U coverage
-pip install -U markerlib # Fix Ubuntu "ImportError: No module named _markerlib"
pip install coveralls
# Server back-ends and template engines. Not all back-ends support all python versions and we only want to test for 2.7 and 3.6 to keep things sane