From 55e26ec70cc6afbfc7fd98e3c59fad697fb9f656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Sun, 13 Dec 2015 07:59:11 -0200 Subject: [PATCH] dropping support to python 2.6 and testing against 3.5 --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c924bfd..e6d31a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,12 @@ language: python sudo: false python: - - "2.6" - "2.7" - - "3.4" + - "3.5" matrix: allow_failures: - - python: "2.6" - - python: "3.4" + - python: "3.5" env: - TEST_TYPE=unit