From 501a853c2855a3bd9dd18d75038618d1e6801589 Mon Sep 17 00:00:00 2001 From: michaeldel Date: Tue, 20 Mar 2018 17:26:16 +0100 Subject: [PATCH 1/2] Update libsecp256k1 tarball to latest verified commit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bba4bce..e1919ae 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ # Version of libsecp256k1 to download if none exists in the `libsecp256k1` # directory -LIB_TARBALL_URL = "https://github.com/bitcoin-core/secp256k1/archive/c5b32e16c4d2560ce829caf88a413fc06fd83d09.tar.gz" +LIB_TARBALL_URL = "https://github.com/bitcoin-core/secp256k1/archive/c95f6f1360a87bba61622cbaa0eb714c241a5d90.tar.gz" # We require setuptools >= 3.3 From 308f34ed61e7e3455b993cc396ab3f9b6b6d9232 Mon Sep 17 00:00:00 2001 From: michaeldel Date: Wed, 21 Mar 2018 17:27:54 +0100 Subject: [PATCH 2/2] Add Python 3.6 to CI --- .travis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.travis.yml b/.travis.yml index 55f6406..f4c878c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - '3.3' - '3.4' - '3.5' +- '3.6' env: global: - LD_LIBRARY_PATH=./libsecp256k1_ext/.libs @@ -56,6 +57,22 @@ matrix: env: - BUNDLED=1 - BUILD_LINUX_WHEELS=1 + - os: osx + language: generic + osx_image: xcode7.1 + python: 3.6 + env: + - TRAVIS_PYTHON_VERSION=3.6 + - BUNDLED=1 + - os: linux + language: python + python: 3.6 + sudo: required + services: + - docker + env: + - BUNDLED=1 + - BUILD_LINUX_WHEELS=1 addons: apt: packages: