Skip to content

Commit dc80540

Browse files
committed
Disable PyPy with uvloop again
1 parent 5ff7828 commit dc80540

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ matrix:
3737
- EVENT_LOOP=uvloop
3838
- TIMEOUT=2.0
3939
before_script: "pip install .[uvloop]"
40-
- python: "pypy3" # 2017-08-05: It's pypy3-5.8.0
40+
- python: "pypy3" # 2017-08-05: It's pypy3-5.8.0-beta
4141
env:
4242
- EVENT_LOOP=asyncio
4343
- TIMEOUT=16.0
4444
# TODO: Re-enable once pypy3 is able to compile uvloop
45-
- python: "pypy3" # 2017-08-05: It's pypy3-5.8.0
46-
env:
47-
- EVENT_LOOP=uvloop
48-
- TIMEOUT=16.0
49-
before_script: "pip install .[uvloop]"
45+
# - python: "pypy3" # 2017-08-05: It's pypy3-5.8.0-beta
46+
# env:
47+
# - EVENT_LOOP=uvloop
48+
# - TIMEOUT=16.0
49+
# before_script: "pip install .[uvloop]"
5050

5151
# Install dependencies
5252
before_install:

0 commit comments

Comments
 (0)