From 8dbc4da0acbd229b5848a643206de041ffc74356 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 18 Apr 2014 06:12:53 +0000 Subject: [PATCH] Revert ".travis.yml: add Python 3.4." This reverts commit d84f6b48344bce0c3f225d8d695680ae86bb6ff6. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6319b9eb3..47252fcff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ python: - "2.7" - "3.2" - "3.3" - - "3.4" - "pypy" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: