From e8f2e2fd48ccb22c09cdc88cc120bc2721bc71d1 Mon Sep 17 00:00:00 2001 From: kballou Date: Fri, 29 May 2015 18:17:38 -0600 Subject: Add python versions --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e54e001..1456946 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ langage: python python: + - "2.6" - "2.7" - "3.2" - "3.3" + - "3.4" script: python setup.py test -- cgit v1.2.1