From: Stefan Behnel Date: Fri, 21 Dec 2012 17:29:15 +0000 (+0100) Subject: disable Python versions that travis doesn't currently support X-Git-Tag: 0.18b1~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c19ebf296c3eaf261ce8c3f1abdc726d0f0f9e7d;p=platform%2Fupstream%2Fpython-cython.git disable Python versions that travis doesn't currently support --- diff --git a/.travis.yml b/.travis.yml index 8e8c052..f97b43a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ language: python python: - - 2.4 - 2.5 - 2.6 - 2.7 - - 3.1 - 3.2 - 3.3 - pypy