Skip to content

Commit 8aba715

Browse files
committed
CI: add 3.7-dev to test matrix
1 parent 5eb9fcb commit 8aba715

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ python:
77
- "3.4"
88
- "3.5"
99
- "3.6"
10+
- "3.7-dev"
1011
- "pypy"
1112

1213
env:
1314
- PEP8_IGNORE="E731,W503,E402"
1415

16+
matrix:
17+
allow_failures:
18+
- python: "3.7-dev"
19+
1520
# command to install dependencies
1621
install:
1722
- pip install coverage pep8 pytest

0 commit comments

Comments
 (0)