Skip to content

Commit

Permalink
try to fix the Travis uvloop problem
Browse files Browse the repository at this point in the history
kirr:

this fixes "uvloop"-flavour CI failures where things were failing to
install with

    RuntimeError: uvloop requires Python 3.7 or greater
    An error occurred when trying to install /tmp/tmph6b7orkdget_dist/uvloop-0.15.2.tar.gz. Look above this message for any errors that were output by easy_install.
    While:
      Installing test.
      Getting distribution for 'uvloop>=0.5.1'.

(see e.g. https://travis-ci.com/github/zopefoundation/ZEO/jobs/498522609)
  • Loading branch information
d-maurer authored and navytux committed Apr 20, 2021
1 parent 3d90ed4 commit 707316c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ matrix:
python: 3.5
env: ZEO4_SERVER=1
- os: linux
python: 3.5
python: 3.7
env: BUILOUT_OPTIONS=extra=,uvloop
install:
- pip install zc.buildout
Expand Down

0 comments on commit 707316c

Please sign in to comment.