From 13a016e0349275f50906ed939ccc17fbd0e6188c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Sun, 1 Jul 2018 10:56:09 +0200 Subject: [PATCH] [travis] remove hacks for cffi breakage --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39e972c..670b88e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ after_success: coveralls dist: trusty env: global: - - CIBW_BEFORE_BUILD="pip install cffi && .travis/build-libsrtp" + - CIBW_BEFORE_BUILD=".travis/build-libsrtp" - CIBW_ENVIRONMENT="CFLAGS=-I/tmp/libsrtp/include LDFLAGS=-L/tmp/libsrtp/lib" - CIBW_SKIP="cp27-* cp33-* cp34-*" - CIBW_TEST_COMMAND="python3 -m unittest pylibsrtp.tests" @@ -12,7 +12,7 @@ install: brew update brew upgrade python3 fi - pip3 install -U cffi setuptools + pip3 install -U setuptools if [ "$BUILD" = "wheel" ]; then pip3 install cibuildwheel else