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
|
dist: xenial
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- python-cffi
|
||||||
cache: pip
|
cache: pip
|
||||||
before_install:
|
before_install:
|
||||||
- pip install --upgrade pip wheel
|
- pip install --upgrade pip wheel
|
||||||
|
|
Loading…
Reference in a new issue