Skip to content

Commit 2033adf

Browse files
author
Dan
committed
Added allow failures for py2.6
1 parent ced9edb commit 2033adf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ python:
77
- 3.4
88
- 3.5
99
- 3.6
10+
matrix:
11+
allow_failures:
12+
- python: 2.6
1013
before_install:
1114
- pip install -U pip setuptools
1215
install:

0 commit comments

Comments
 (0)