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 430537a commit 084b928Copy full SHA for 084b928
.travis.yml
@@ -1,7 +1,6 @@
1
language: python
2
3
python:
4
- - "2.6"
5
- "2.7"
6
- "pypy"
7
- "3.3"
@@ -13,8 +12,6 @@ matrix:
13
12
- 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