Closed dan98765 closed 5 years ago
https://docs.travis-ci.com/user/languages/python/ says dist: xenial is required for py37 at this time. Let's try it out.
dist: xenial
I got the py37 travis build to pass by changing gevent==1.1rc1 to gevent>=1.1rc1 so it can download the most recent gevent that works with py37.
gevent==1.1rc1
gevent>=1.1rc1
gevent
https://docs.travis-ci.com/user/languages/python/ says
dist: xenial
is required for py37 at this time. Let's try it out.