summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2013-10-01 14:13:17 -0700
committerBrian Warner <warner@lothar.com>2013-10-01 14:13:17 -0700
commit0b5478880ae420ba67a98d0ca70b515880eb2a2c (patch)
tree1333976328f96e6da230ecbde55715a1e5a4f051
parente4076d840ad9005a46e10195083be0e73db46515 (diff)
downloadecdsa-0b5478880ae420ba67a98d0ca70b515880eb2a2c.tar.gz
travis: fix test step, skip install step
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ee27b3d..156e1d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,6 @@ python:
- "2.5"
- "2.6"
- "2.7"
+install:
script:
- - make test
+ - python setup.py test