Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- '3.3'
- '3.4'
- '3.5'
- '3.6'
env:
global:
- LD_LIBRARY_PATH=./libsecp256k1_ext/.libs
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down