From: Aleksey Maksimov Date: Tue, 29 Apr 2014 11:41:27 +0000 (+0800) Subject: Revert "Bumped Python from 3.3 to 3.4" X-Git-Tag: v0.2.23~17^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9cb6563b72ec459bf774ff2c5b63ff31bf1bca8;p=tools%2Fpython-jenkinsapi.git Revert "Bumped Python from 3.3 to 3.4" This reverts commit c265fb35d3abe42a2415e07dc269c6490e651841. --- 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: