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 1ccd206 commit c50d489Copy full SHA for c50d489
.travis.yml
@@ -3,7 +3,6 @@ python:
3
- "2.5"
4
- "2.6"
5
- "2.7"
6
-install:
7
- - echo "nothing to install: python-ecdsa is pure-python and has no dependencies"
+install: true
8
script:
9
- python setup.py test
0 commit comments