From a242f00a46416082813bdfd037f7c1ccba1c2053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sat, 9 Nov 2013 12:20:19 +0100 Subject: [PATCH] Add python 2.6 and 3.3 environments --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1db049d8..fb676df0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ python: matrix: include: + - python: 2.6 + env: + - PYTHON=python + - PYVER=2.x - python: 2.7 env: - PYTHON=python @@ -19,6 +23,10 @@ matrix: env: - PYTHON=python3 - PYVER=3.x + - python: 3.3 + env: + - PYTHON=python3 + - PYVER=3.x exclude: - python: 2.6