travis: tolerate failures in py2.7, 'noiseprotocol' dep is py3-only
This commit is contained in:
parent
34686a346a
commit
39666f3fed
|
@ -34,5 +34,8 @@ matrix:
|
|||
dist: xenial
|
||||
- python: nightly
|
||||
allow_failures:
|
||||
- python: 2.7
|
||||
- python: 3.3
|
||||
# travis doesn't support py3.7 yet
|
||||
- python: 3.7
|
||||
- python: nightly
|
||||
|
|
Loading…
Reference in New Issue
Block a user