mirror of https://github.com/MagicStack/uvloop.git
travis: Drop no-binary pip option
This commit is contained in:
parent
271136b13b
commit
8a5813429e
|
@ -7,8 +7,8 @@ python:
|
||||||
- 3.5
|
- 3.5
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip install --no-binary=:all: cython"
|
- "pip install cython"
|
||||||
- "pip install --no-binary=:all: aiohttp"
|
- "pip install aiohttp"
|
||||||
- make
|
- make
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue