Skip to content

Commit d5a3f07

Browse files
authored
Merge pull request CloudBotIRC#191 from linuxdaemon/gonzobot+travis-py-3.7-allow-fail
Allow the Python 3.7 builds to fail
2 parents 7b1f975 + 5920ef9 commit d5a3f07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ python:
44
- "3.5"
55
- "3.6"
66
- "3.7-dev"
7+
- "nightly"
8+
- "pypy3"
79

810
cache: pip
911

@@ -21,3 +23,8 @@ after_success:
2123
env:
2224
- PYTHONPATH=.
2325
- PYTHONPATH=. PYTHONASYNCIODEBUG=1
26+
27+
matrix:
28+
allow_failures:
29+
- python: "3.7-dev"
30+
- python: "nightly"

0 commit comments

Comments
 (0)