From deb25b85ba315d756668ef9adeff16c61e47ee70 Mon Sep 17 00:00:00 2001 From: Daniel Joshua Holmes Date: Mon, 3 Aug 2015 09:26:48 +1000 Subject: [PATCH] Revert "Should be compiling against 3" This reverts commit c3d8b72e4a44d9285f4ea8cd81c8b9e20ef1783f. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 128885c6..7796bb8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,5 @@ language: python python: - "2.6" - "2.7" - - "3.3" - - "3.4" install: "pip install -r requirements.txt" script: py.test