Skip to content

Commit 483bdd9

Browse files
committed
Allow failures on Python 3
1 parent d2acfac commit 483bdd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ dist: trusty
22
sudo: false
33
language: python
44

5+
matrix:
6+
allow_failures:
7+
- python: 3.6
8+
59
jobs:
610
fast_finish: true
711
include:

0 commit comments

Comments
 (0)