From d9ebac10bbc04fe48b76d1b5c7b27407ac8ebf38 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 13 Jun 2013 09:30:39 +0100 Subject: [PATCH] Flask should now work with release requirements on 3.3 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5dae5642..92f070c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,7 @@ env: matrix: exclude: - # Python 3 support currently does not work with lowest/release requirements - - python: "3.3" - env: REQUIREMENTS=release + # Python 3 support currently does not work with lowest requirements - python: "3.3" env: REQUIREMENTS=lowest