Make sure to install setuptools less then version 36.0.0 to avoid module six 
not found issue (#341)

Change-Id: I7ba64be56354be5a03e6f6b349990af6b662e457

Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/02eef9a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/02eef9a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy/diff/02eef9a5

Branch: refs/heads/master
Commit: 02eef9a5b22d42cf5837f1a0b4805775116e4885
Parents: 2abb8a3
Author: Saisai Shao <sai.sai.s...@gmail.com>
Authored: Fri Jun 2 10:14:05 2017 +0800
Committer: Jeff Zhang <zjf...@gmail.com>
Committed: Fri Jun 2 10:14:05 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/02eef9a5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 021c061..e985c31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,8 +30,8 @@ before_install:
   - sudo apt-get -y install python3-pip python-dev
   - sudo apt-get -y install libkrb5-dev
   - sudo apt-get -y remove python-setuptools
-  - pip install --user --upgrade pip setuptools
-  - pip3 install --user --upgrade pip setuptools
+  - pip install --user --upgrade pip "setuptools < 36"
+  - pip3 install --user --upgrade pip "setuptools < 36"
   - pip install --user codecov cloudpickle
   - pip3 install --user cloudpickle
 

Reply via email to