Skip to content

Commit 8a58134

Browse files
committed
travis: Drop no-binary pip option
1 parent 271136b commit 8a58134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ python:
77
- 3.5
88

99
install:
10-
- "pip install --no-binary=:all: cython"
11-
- "pip install --no-binary=:all: aiohttp"
10+
- "pip install cython"
11+
- "pip install aiohttp"
1212
- make
1313

1414
script:

0 commit comments

Comments
 (0)