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 d1da813 commit 430537aCopy full SHA for 430537a
.travis.yml
@@ -13,6 +13,8 @@ matrix:
13
- python: "pypy"
14
15
install:
16
+ - pip install --upgrade pip
17
+ - pip install --upgrade pillow
18
- pip install --upgrade --pre setuptools
19
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then pip install unittest2; fi
20
- pip install future
0 commit comments