summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2013-10-01 14:37:17 -0700
committerBrian Warner <warner@lothar.com>2013-10-01 14:37:17 -0700
commite6225ee23801a099077787053b4ccd2038cd16f8 (patch)
tree734dbd806c7d794785fa5d6868d65e0486f9856a
parent0b5478880ae420ba67a98d0ca70b515880eb2a2c (diff)
downloadecdsa-e6225ee23801a099077787053b4ccd2038cd16f8.tar.gz
.travis.yml: hush nothing-to-install message
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 156e1d1..0478ad1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,6 @@ python:
- "2.6"
- "2.7"
install:
+ - echo "nothing to install: python-ecdsa is pure-python and has no dependencies"
script:
- python setup.py test