We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4d067 commit d257205Copy full SHA for d257205
.travis.yml
@@ -9,6 +9,7 @@ addons:
9
- pandoc
10
# command to install dependencies
11
install:
12
+ - "pip install --upgrade pip" # upgrade to latest pip (needed on py3.4)
13
- "pip install zc.buildout"
14
- "buildout"
15
# command to run tests
0 commit comments