Skip to content

Commit 9024b02

Browse files
committed
Allows 3.5 to fail in Travis
1 parent c1a4a3c commit 9024b02

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "3.5"
3+
- 2.7
4+
- 3.5
5+
6+
matrix:
7+
allow_failures:
8+
- python: 3.5
59

610
install:
711
# Get Redis

0 commit comments

Comments
 (0)