summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner-github@lothar.com>2014-02-16 00:35:56 -0800
committerBrian Warner <warner-github@lothar.com>2014-02-16 00:35:56 -0800
commit77b5666bad6fb27179965c02d438fd8df5f0cf50 (patch)
treeffdbc27b5a0b97030943cd1367fa9fe47a77d00b
parent3a15318fd9c2ab6bb558cbddb67fbf1757bd3766 (diff)
parente63374ffd5454d542a50cb08e63bb66d88b14cf1 (diff)
downloadecdsa-77b5666bad6fb27179965c02d438fd8df5f0cf50.tar.gz
Merge pull request #16 from alex/patch-1
Run tests under PyPy, stop testing py2.5 .
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bb87cb5..a26b40f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
language: python
python:
- - "2.5"
- "2.6"
- "2.7"
- "3.2"
- "3.3"
+ - "pypy"
install: true
script:
- python setup.py test