From fba2efeb235ade26957c292a530f2bf495f0ad47 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Mon, 4 Mar 2013 15:24:34 -0500 Subject: [PATCH] 'Updated Travis YAML.' --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 17b030c..6c854d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: python python: - - 3.3 - - 3.2 - - 2.7 - 2.6 + - 2.7 + - 3.2 + - 3.3 install: - pip install . --use-mirrors script: