Skip to content

Commit

Permalink
Drop python 2.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
agschwender committed Apr 20, 2017
1 parent c93f990 commit be366eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ dist: trusty
sudo: required
language: python
python:
- 2.6
- "2.7_with_system_site_packages"
- 3.3
env:
Expand All @@ -14,7 +13,6 @@ before_install:
- sudo apt-get install libwebp-dev liblcms2-dev
- sudo apt-get install python-numpy python-opencv python-pycurl
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- pip install tornado==4.5.1 Pillow==2.9.0 coveralls
- pip install pep8==1.6.2 pyflakes==0.8.1
before_script:
Expand Down

0 comments on commit be366eb

Please sign in to comment.