From: hugovk Date: Tue, 15 Sep 2015 07:15:24 +0000 (+0300) Subject: Also test Python 2.6, 3.3, 3.5 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=70278f1a652563cbd77c2ab7510c81e4ae8818c0;p=tweepy.git Also test Python 2.6, 3.3, 3.5 --- diff --git a/.travis.yml b/.travis.yml index 674737a..43a6ee5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,11 @@ sudo: false language: python python: +- '2.6' - '2.7' +- '3.3' - '3.4' +- '3.5' env: global: @@ -55,3 +58,10 @@ deploy: on: repo: tweepy/tweepy branch: release + +matrix: + fast_finish: true + allow_failures: + - python: '2.6' + - python: '3.3' + - python: '3.5'