From 68e1193f452b433b0b9a231dc29effb73ec96f96 Mon Sep 17 00:00:00 2001 From: hugovk Date: Sun, 1 Oct 2017 11:35:59 +0300 Subject: [PATCH] Add Python 3.5, 3.6, drop unsupported 2.6, 3.2, 3.3 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e99665..241902d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: python python: - - 2.6 - 2.7 - - 3.2 - - 3.3 + - 3.6 + - 3.5 - 3.4 - pypy @@ -25,5 +24,6 @@ after_success: matrix: allow_failures: - - python: 3.2 + - python: 3.6 + - python: 3.5 - python: 3.4