From: salimfadhley Date: Wed, 12 Jun 2013 23:06:47 +0000 (+0100) Subject: Remove python 3.3. support X-Git-Tag: v0.2.23~198 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=192e0709d9de0926961325718fefabf3877171c0;p=tools%2Fpython-jenkinsapi.git Remove python 3.3. support --- diff --git a/.travis.yml b/.travis.yml index 6a2b9d5..2f71c78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.3" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - "python setup.py develop"