summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-13 22:54:56 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-13 22:54:56 -0400
commit82285ecf6a4c734c9ee49687790ca8b3bbd6a80f (patch)
tree44a805e6890f46915e3409c95f0de0eceb532b25
parent680ba5fe98eb1ad15a2fa9c3e8c79dc1dd5a6f69 (diff)
downloadpyopenssl-82285ecf6a4c734c9ee49687790ca8b3bbd6a80f.tar.gz
test all versions of python with master cryptography
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f29af2d..52f1032 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,16 @@ python:
matrix:
include:
+ - python: "2.6"
+ env: CRYPTOGRAPHY_GIT_MASTER=true
- python: "2.7"
env: CRYPTOGRAPHY_GIT_MASTER=true
+ - python: "3.2"
+ env: CRYPTOGRAPHY_GIT_MASTER=true
+ - python: "3.3"
+ env: CRYPTOGRAPHY_GIT_MASTER=true
+ - python: "pypy"
+ env: CRYPTOGRAPHY_GIT_MASTER=true
allow_failures:
- env: CRYPTOGRAPHY_GIT_MASTER=true