From: Joshua Roesslein Date: Fri, 7 Mar 2014 03:43:43 +0000 (-0800) Subject: Disable Python 2.6 matrix. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9862732c0ddb3beff96b709b5abe8fde9162ae9b;p=tweepy.git Disable Python 2.6 matrix. There is some state issue with multiple matrices running the tests at the same time. Need to update the tests to not conflict. --- diff --git a/.travis.yml b/.travis.yml index e510165..3d68d78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,9 @@ language: python python: -- '2.6' - '2.7' install: - pip install -r test_requirements.txt script: ./run_tests.sh -matrix: - fast_finish: true - allow_failures: - - python: '2.6' env: global: - TWITTER_USERNAME="tweepytest"