From: Aleksey Maksimov Date: Thu, 13 Feb 2014 14:13:21 +0000 (+0800) Subject: Added Python 3.3 to this branch build spec X-Git-Tag: v0.2.23~23^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=403fd86e97c25d9ac6793234d160f66f7276d729;p=tools%2Fpython-jenkinsapi.git Added Python 3.3 to this branch build spec --- diff --git a/.travis.yml b/.travis.yml index e1e1eff..da9486b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.7" + - "3.3" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: