From 9862732c0ddb3beff96b709b5abe8fde9162ae9b Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Thu, 6 Mar 2014 19:43:43 -0800 Subject: [PATCH] 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. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) 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" -- 2.25.1