From e54528150bcbf8f53aef1cddd56e77279eff0a9e Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Thu, 19 Dec 2013 20:39:35 -0500 Subject: [PATCH] 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. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.25.1