summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-01-11 06:52:07 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-01-11 06:52:07 -0500
commit07f2db685509a6df6a9718525120f67cf9f9cb47 (patch)
tree94e6ce0d65d570caa12ca17033dcfb5b850aed67
parentb0c41b317610e2f87a8906aa831354e4c419aa71 (diff)
downloadpyopenssl-07f2db685509a6df6a9718525120f67cf9f9cb47.tar.gz
Prior results suggest these should work, at least. Also be verbose about installing so we can see what is happening in the logs.
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index f609b4a..59c7354 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,13 @@ os:
- osx
python:
+ - "pypy"
+ - "2.6"
- "2.7"
- - "3.3"
install:
- - pip install .
- - pip install unittest2
+ - pip install --verbose .
+ - pip install --verbose unittest2
script:
- - python -m unittest2 OpenSSL.test.test_rand OpenSSL.test.test_crypto OpenSSL.test.test_ssl
+ - python -m unittest2 -v OpenSSL.test.test_rand OpenSSL.test.test_crypto OpenSSL.test.test_ssl