summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2016-04-01 19:07:53 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2016-04-01 19:07:53 -0700
commit4059d2ab9125a8a3e31d4a83bb45923508c10696 (patch)
tree8adf0f9bd8f181a6f047432ab8cd4ca96fcc5389
parentee842d3089959bfe7976faa6d64ae4bf3072dcff (diff)
downloadpycrypto-4059d2ab9125a8a3e31d4a83bb45923508c10696.tar.gz
travis: matrix?
-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