summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2013-10-01 14:07:29 -0700
committerBrian Warner <warner@lothar.com>2013-10-01 14:07:29 -0700
commite4076d840ad9005a46e10195083be0e73db46515 (patch)
tree48d3a831bf64604b01a4fb64a2130b3b4fca54f8
parentd5cc532124c28a59dbb61d0df0c0bc4a5a09b675 (diff)
downloadecdsa-e4076d840ad9005a46e10195083be0e73db46515.tar.gz
turn on travis-ci
-rw-r--r--.travis.yml7
-rw-r--r--README.md3
2 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..ee27b3d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: python
+python:
+ - "2.5"
+ - "2.6"
+ - "2.7"
+script:
+ - make test
diff --git a/README.md b/README.md
index e052793..c94301f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# Pure-Python ECDSA
+[![build status](https://travis-ci.org/warner/python-ecdsa.png)](http://travis-ci.org/warner/python-ecdsa)
+
+
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
Digital Signature Algorithm), implemented purely in Python, released under
the MIT license. With this library, you can quickly create keypairs (signing