travis: stop allowing failures on py2.7 and py3.7

py2.7 now works

py3.7 is now supported by travis
This commit is contained in:
Brian Warner 2018-12-24 00:19:58 -05:00
parent 96f52b931d
commit b0db8add2a

View File

@ -33,7 +33,4 @@ matrix:
dist: xenial
- python: nightly
allow_failures:
- python: 2.7
# travis doesn't support py3.7 yet
- python: 3.7
- python: nightly