Disable Python 2.6 matrix.
authorJoshua Roesslein <jroesslein@gmail.com>
Fri, 7 Mar 2014 03:43:43 +0000 (19:43 -0800)
committerJoshua Roesslein <jroesslein@gmail.com>
Fri, 7 Mar 2014 03:43:43 +0000 (19:43 -0800)
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

index e510165e20400f0c0adaf4f882025df2f1721357..3d68d78d3779b74cde64ce0c72470719ec10c70b 100644 (file)
@@ -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"