diff --git a/.travis.yml b/.travis.yml index 1dc46eebfd7..08bce54ed4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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