From 72ffc80aad93389a7120275ec0d8843dc4da0470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Thu, 12 Jan 2017 10:53:44 +0100 Subject: [PATCH] Travis CI: extended Python version coverage --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6d09563..a82aff1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,11 @@ language: python python: + - "2.6" - "2.7" + - "3.2" + - "3.3" + - "3.4" + - "3.5" sudo: false install: "pip install -r requirements.txt" script: nosetests