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