Skip to content

Commit

Permalink
[travis] remove hacks for cffi breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Jul 1, 2018
1 parent fdaae1a commit 13a016e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 13a016e

Please sign in to comment.