From: Aaron Hill Date: Fri, 20 Dec 2013 01:39:35 +0000 (-0500) Subject: Make Python 2.6 an allowed failure on Travis CI X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e54528150bcbf8f53aef1cddd56e77279eff0a9e;p=tweepy.git Make Python 2.6 an allowed failure on Travis CI Until httreplay supports Python 2.6, or I find another library that does, pull request testing won't work with Python 2.6. --- diff --git a/.travis.yml b/.travis.yml index b3f35d3..1d5db16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ python: install: - pip install -r test_requirements.txt script: ./run_tests.sh +matrix: + allow_failures: + - python: "2.6" env: global: - TWITTER_USERNAME="tweepytest"