Install cffi files to compile gevent

This commit is contained in:
ZeroNet 2019-06-04 20:05:33 +02:00 committed by GitHub
parent d0c39e6bf4
commit 4f43d977ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ python:
dist: xenial
services:
- docker
addons:
apt:
packages:
- python-cffi
cache: pip
before_install:
- pip install --upgrade pip wheel