We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abb8a3 commit 02eef9aCopy full SHA for 02eef9a
.travis.yml
@@ -30,8 +30,8 @@ before_install:
30
- sudo apt-get -y install python3-pip python-dev
31
- sudo apt-get -y install libkrb5-dev
32
- sudo apt-get -y remove python-setuptools
33
- - pip install --user --upgrade pip setuptools
34
- - pip3 install --user --upgrade pip setuptools
+ - pip install --user --upgrade pip "setuptools < 36"
+ - pip3 install --user --upgrade pip "setuptools < 36"
35
- pip install --user codecov cloudpickle
36
- pip3 install --user cloudpickle
37
0 commit comments