From 52b5b4848d2e3d21b11fa0f3bb3751b95c45172e Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Thu, 18 Apr 2013 11:52:53 +0200 Subject: [PATCH] Experimental build settings for travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a917d223..d3b77e98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: python python: + - "2.6" - "2.7" -# - "3.2" + - "3.2" install: "pip install -r requirements.txt --use-mirrors" # command to run tests script: nosetests