Skip to content

Commit 02eef9a

Browse files
jerryshaozjffdu
authored andcommitted
Make sure to install setuptools less then version 36.0.0 to avoid module six not found issue (#341)
Change-Id: I7ba64be56354be5a03e6f6b349990af6b662e457
1 parent 2abb8a3 commit 02eef9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ before_install:
3030
- sudo apt-get -y install python3-pip python-dev
3131
- sudo apt-get -y install libkrb5-dev
3232
- sudo apt-get -y remove python-setuptools
33-
- pip install --user --upgrade pip setuptools
34-
- pip3 install --user --upgrade pip setuptools
33+
- pip install --user --upgrade pip "setuptools < 36"
34+
- pip3 install --user --upgrade pip "setuptools < 36"
3535
- pip install --user codecov cloudpickle
3636
- pip3 install --user cloudpickle
3737

0 commit comments

Comments
 (0)