projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f13fe45
)
Disable Python 2.6 matrix.
author
Joshua Roesslein
<jroesslein@gmail.com>
Fri, 7 Mar 2014 03:43:43 +0000
(19:43 -0800)
committer
Joshua 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
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index e510165e20400f0c0adaf4f882025df2f1721357..3d68d78d3779b74cde64ce0c72470719ec10c70b 100644
(file)
--- 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"