From a9cb6563b72ec459bf774ff2c5b63ff31bf1bca8 Mon Sep 17 00:00:00 2001 From: Aleksey Maksimov Date: Tue, 29 Apr 2014 19:41:27 +0800 Subject: [PATCH] Revert "Bumped Python from 3.3 to 3.4" This reverts commit c265fb35d3abe42a2415e07dc269c6490e651841. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07c7518..64f8ef6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python python: - "2.6" - "2.7" - - "3.4" + - "3.3" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: -- 2.34.1