Disable Travis builds for py 2.6, 3.2 & 3.3

Seems like they discontinued those.
master
Ilya Etingof 2018-11-03 13:20:40 +01:00
parent 4994111b2b
commit e425da2a0f
1 changed files with 0 additions and 12 deletions

View File

@ -2,22 +2,10 @@ language: python
cache: pip
matrix:
include:
- os: linux
dist: xenial
sudo: false
python: '2.6'
- os: linux
dist: xenial
sudo: false
python: '2.7'
- os: linux
dist: xenial
sudo: false
python: '3.2'
- os: linux
dist: xenial
sudo: false
python: '3.3'
- os: linux
dist: xenial
sudo: false