We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf2196 commit 64db9eeCopy full SHA for 64db9ee
.travis.yml
@@ -116,6 +116,11 @@ before_install:
116
- git fetch origin master:refs/remotes/origin/master
117
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
118
- 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
124
125
install:
126
- 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