Skip to content

Commit 64db9ee

Browse files
committed
use the private python-ecdsa branch with fast ECC math
1 parent fdf2196 commit 64db9ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ before_install:
116116
- git fetch origin master:refs/remotes/origin/master
117117
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
118118
- chmod +x ./cc-test-reporter
119+
- pushd "$(mktemp -d)"
120+
- git clone -b jacobi https://github.com/tomato42/python-ecdsa.git
121+
- cd python-ecdsa
122+
- python setup.py install
123+
- popd
119124

120125
install:
121126
- if [[ -e build-requirements-${TRAVIS_PYTHON_VERSION}.txt ]]; then travis_retry pip install -r build-requirements-${TRAVIS_PYTHON_VERSION}.txt; else travis_retry pip install -r build-requirements.txt; fi

0 commit comments

Comments
 (0)