From: Aleksey Maksimov Date: Mon, 28 Apr 2014 23:27:42 +0000 (+0800) Subject: Bumped Python from 3.3 to 3.4 X-Git-Tag: v0.2.23~17^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c265fb35d3abe42a2415e07dc269c6490e651841;p=tools%2Fpython-jenkinsapi.git Bumped Python from 3.3 to 3.4 Because TravisCI now supports 3.4 --- 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: