From 95d40a02e2245e090f32240e0ed8973c0cdc9094 Mon Sep 17 00:00:00 2001 From: Pavel Korshunov <pavel.korshunov@idiap.ch> Date: Wed, 20 Jan 2016 17:13:02 +0100 Subject: [PATCH] Dropped support for python 2.6 and added python 3.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4957ae0..0ef515a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,12 @@ env: - BOB_UPLOAD_WHEEL=1 matrix: include: - - python: 2.6 - python: 2.7 env: - BOB_DOCUMENTATION_SERVER=https://www.idiap.ch/software/bob/docs/latest/bioidiap/%s/master - python: 3.3 - python: 3.4 + - python: 3.5 before_install: - sudo add-apt-repository -y ppa:biometrics/bob - sudo apt-get update -qq -- GitLab