From 8149509f3dbfd8ce12588162a6f2109de89c21a7 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 13 Jun 2013 09:05:31 +0100 Subject: [PATCH] Fixed incorrect version definitions in travis --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2413559f..6645e986 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: python python: - - 2.6 - - 2.7 - - pypy - - 3.3 + - "2.6" + - "2.7" + - "pypy" + - "3.3" env: - REQUIREMENTS=lowest