From 4f43d977ed7fa0349ee3c7cc6a0d3b5c7eb6db45 Mon Sep 17 00:00:00 2001 From: ZeroNet Date: Tue, 4 Jun 2019 20:05:33 +0200 Subject: [PATCH] Install cffi files to compile gevent --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 82e89c24..9d0c6343 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ python: dist: xenial services: - docker +addons: + apt: + packages: + - python-cffi cache: pip before_install: - pip install --upgrade pip wheel