Skip to content

Commit d257205

Browse files
committed
Fixing pip version mismatch issue on py34
1 parent 1d4d067 commit d257205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ addons:
99
- pandoc
1010
# command to install dependencies
1111
install:
12+
- "pip install --upgrade pip" # upgrade to latest pip (needed on py3.4)
1213
- "pip install zc.buildout"
1314
- "buildout"
1415
# command to run tests

0 commit comments

Comments
 (0)