Install cffi files to compile gevent
This commit is contained in:
parent
d0c39e6bf4
commit
4f43d977ed
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ python:
|
|||
dist: xenial
|
||||
services:
|
||||
- docker
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- python-cffi
|
||||
cache: pip
|
||||
before_install:
|
||||
- pip install --upgrade pip wheel
|
||||
|
|
Loading…
Reference in a new issue