Skip to content

Commit 6e42869

Browse files
committed
Install setuptools on Travis instead of upgrading pip itself
1 parent a29db74 commit 6e42869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ branches:
99
except:
1010
- piptools-ignore-patch
1111
install:
12-
- "pip install -U pip"
12+
- "pip install setuptools"
1313
- "pip install cram"
1414
- "pip install ."
1515
script:

0 commit comments

Comments
 (0)