Skip to content

Commit 084b928

Browse files
author
shubhangiKishore
committed
Dropping support for 2.6
1 parent 430537a commit 084b928

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22

33
python:
4-
- "2.6"
54
- "2.7"
65
- "pypy"
76
- "3.3"
@@ -13,8 +12,6 @@ matrix:
1312
- python: "pypy"
1413

1514
install:
16-
- pip install --upgrade pip
17-
- pip install --upgrade pillow
1815
- pip install --upgrade --pre setuptools
1916
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then pip install unittest2; fi
2017
- pip install future

0 commit comments

Comments
 (0)