Skip to content

Commit 37c25d5

Browse files
committed
Disable travis-ci tests on Py2.6 for now to reduce noise
1 parent a8dd23c commit 37c25d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ python:
33
- "3.4"
44
- "3.3"
55
- "2.7"
6-
- "2.6"
6+
# Disable auto 2.6 tests for now: still about 45-50 failures or errors on Py2.6:
7+
# - "2.6"
78
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
89
# These packages only exist on Ubuntu 13.04 and newer:
910
# before_install:

0 commit comments

Comments
 (0)