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 6344a6c commit c780321Copy full SHA for c780321
.travis.yml
@@ -147,6 +147,11 @@ before_install:
147
- git fetch origin master:refs/remotes/origin/master
148
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
149
- chmod +x ./cc-test-reporter
150
+ - pushd "$(mktemp -d)"
151
+ - git clone https://github.com/tomato42/python-ecdsa.git
152
+ - cd python-ecdsa
153
+ - python setup.py install
154
+ - popd
155
156
install:
157
- 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