From bba76075e6b32622972c8454a1dc524b0d4ae7f6 Mon Sep 17 00:00:00 2001 From: ofek Date: Tue, 18 Apr 2017 23:38:07 -0400 Subject: [PATCH] try --- .travis.yml | 1 - .travis/deploy.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa7a21d..4b00a70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,6 @@ addons: - pkg-config - libffi-dev - libgmp-dev - - patchelf before_install: - cd $HOME - mkdir bin diff --git a/.travis/deploy.sh b/.travis/deploy.sh index c4400b8..64436b5 100644 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -24,6 +24,7 @@ else python -m pip install wheel python setup.py bdist_wheel python3 -m pip install wheel auditwheel pyelftools typing + git clone https://github.com/NixOS/patchelf.git && cd patchelf* && ./configure && make && make install && cd .. auditwheel repair dist/coincurve*.whl rm dist/coincurve*.whl mv coincurve*.whl dist