travis: Drop no-binary pip option

This commit is contained in:
Yury Selivanov 2016-07-12 15:16:35 -04:00
parent 271136b13b
commit 8a5813429e
1 changed files with 2 additions and 2 deletions

View File

@ -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: