We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff7828 commit dc80540Copy full SHA for dc80540
.travis.yml
@@ -37,16 +37,16 @@ matrix:
37
- EVENT_LOOP=uvloop
38
- TIMEOUT=2.0
39
before_script: "pip install .[uvloop]"
40
- - python: "pypy3" # 2017-08-05: It's pypy3-5.8.0
+ - python: "pypy3" # 2017-08-05: It's pypy3-5.8.0-beta
41
env:
42
- EVENT_LOOP=asyncio
43
- TIMEOUT=16.0
44
# TODO: Re-enable once pypy3 is able to compile uvloop
45
46
- env:
47
- - EVENT_LOOP=uvloop
48
- - TIMEOUT=16.0
49
- before_script: "pip install .[uvloop]"
+# - python: "pypy3" # 2017-08-05: It's pypy3-5.8.0-beta
+# env:
+# - EVENT_LOOP=uvloop
+# - TIMEOUT=16.0
+# before_script: "pip install .[uvloop]"
50
51
# Install dependencies
52
before_install:
0 commit comments