travis: tolerate failures in py2.7, 'noiseprotocol' dep is py3-only

This commit is contained in:
Brian Warner 2018-07-01 14:44:04 -07:00
parent 34686a346a
commit 39666f3fed

View File

@ -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