summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml38
1 files changed, 29 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 726665f..7c1ecbe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,34 @@
# PyCrypto .travis.yml file, for travis-ci.org testing.
# See https://travis-ci.org/dlitz/pycrypto for build status.
-matrix:
- include:
- - python: "2.7.11"
- - python: "2.7.11"
- env: python_flags=-Qnew
- - python: "2.7.11"
- env: python_flags=-OO
- - python: "2.7.11"
- env: PYCRYPTO_CONFIGURE_ARGS=--without-gmp
+python:
+ - "2.1.3"
+ - "2.2.3"
+ - "2.3.7"
+ - "2.4.6"
+ - "2.5.6"
+ - "2.6.9"
+ - "2.7.6"
+ - "2.7.11"
+ - "3.1.5"
+ - "3.2.5"
+ - "3.3.5"
+ - "3.4.0"
+ - "3.4.4"
+ - "3.5.0"
+ - "3.5.1"
+env:
+ - python_flags=-Qnew
+ - python_flags=-OO
+ - PYCRYPTO_CONFIGURE_ARGS=--without-gmp
+#matrix:
+# include:
+# - python: "2.7.11"
+# - python: "2.7.11"
+# env: python_flags=-Qnew
+# - python: "2.7.11"
+# env: python_flags=-OO
+# - python: "2.7.11"
+# env: PYCRYPTO_CONFIGURE_ARGS=--without-gmp
#env:
# - PYENV_VERSION=2.1.3
# - PYENV_VERSION=2.2.3