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
|
||||
|
||||
install:
|
||||
- "pip install --no-binary=:all: cython"
|
||||
- "pip install --no-binary=:all: aiohttp"
|
||||
- "pip install cython"
|
||||
- "pip install aiohttp"
|
||||
- make
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue