Remove python 2.6 from .travis.yml

This commit is contained in:
Bruno Cauet 2015-04-01 10:51:39 +02:00
parent 5e26d483a8
commit 634df9f219

View file

@ -6,8 +6,6 @@ branches:
matrix:
include:
- python: 2.6
env: {TOX_ENV: py26}
- python: 2.7
env: {TOX_ENV: py27cov, COVERAGE: 1}
- python: pypy