File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ # -*- conf -*-
2
+
3
+ [run]
4
+ include =
5
+ ecdsa/*
6
+ omit =
7
+ ecdsa/six.py
8
+ ecdsa/_version.py
9
+ ecdsa/test_ecdsa.py
Original file line number Diff line number Diff line change 7
7
- " 3.4"
8
8
- " pypy"
9
9
- " pypy3"
10
- install : true
10
+ install :
11
+ - pip install python-coveralls
11
12
script :
12
- - python setup.py test
13
+ - coverage run setup.py test
13
14
- python setup.py speed
15
+ after_success :
16
+ - coveralls
Original file line number Diff line number Diff line change 1
1
# Pure-Python ECDSA
2
2
3
3
[ ![ build status] ( https://travis-ci.org/warner/python-ecdsa.png )] ( http://travis-ci.org/warner/python-ecdsa )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/warner/python-ecdsa/badge.svg )] ( https://coveralls.io/r/warner/python-ecdsa )
5
+ [ ![ Latest Version] ( https://pypip.in/version/ecdsa/badge.svg?style=flat )] ( https://pypi.python.org/pypi/ecdsa/ )
4
6
5
7
6
8
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
You can’t perform that action at this time.
0 commit comments