Skip to content

Commit 2d6b403

Browse files
committed
Also test with Python 3.5 and 3.6, don't allow failures any more.
Since the tests seem to be passing with 3.4.
1 parent 40eb3fb commit 2d6b403

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ language: python
22
python:
33
- 2.7
44
- 3.4
5-
6-
matrix:
7-
allow_failures:
8-
- python: 3.4
5+
- 3.5
6+
- 3.6
97

108
sudo: false
119

0 commit comments

Comments
 (0)