travis: tolerate py3.4 failure because of txtorcon bug
https://github.com/meejah/txtorcon/issues/306
This commit is contained in:
parent
d65fcaa1a6
commit
5dca0542eb
|
@ -36,6 +36,8 @@ matrix:
|
|||
allow_failures:
|
||||
- python: 2.7
|
||||
- python: 3.3
|
||||
# txtorcon is currently broken on py3.4
|
||||
- python: 3.4
|
||||
# travis doesn't support py3.7 yet
|
||||
- python: 3.7
|
||||
- python: nightly
|
||||
|
|
Loading…
Reference in New Issue
Block a user