Skip to content

Commit

Permalink
Compile cython sources before makeing manylinux wheels (#3914)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 19, 2019
1 parent d7b08ad commit 0051aa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -228,9 +228,10 @@ jobs:
services:
- docker
script:
- ./tools/run_docker.sh "aiohttp"
- pip install -r requirements/cython.txt
- pip install -r requirements/ci.txt # to compile *.c files by Cython
- make cythonize
- ./tools/run_docker.sh "aiohttp"
deploy:
<<: *deploy_step

Expand Down

0 comments on commit 0051aa0

Please sign in to comment.