summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2016-04-02 04:00:45 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2016-04-02 04:00:45 -0700
commit11a2c9070777cbbdce813f09cb021f6bb3f2c008 (patch)
tree45efc2f462e965bc77c1ecb4bb232c931c9da114
parent21c7548647648f7c24d41bb32399d9f7834672f4 (diff)
downloadpycrypto-11a2c9070777cbbdce813f09cb021f6bb3f2c008.tar.gz
try again
-rw-r--r--.travis.yml58
1 files changed, 29 insertions, 29 deletions
diff --git a/.travis.yml b/.travis.yml
index 2b1174a..375b6ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
# PyCrypto .travis.yml file, for travis-ci.org testing.
# See https://travis-ci.org/dlitz/pycrypto for build status.
# See https://docs.travis-ci.com/ for general info about the format of this file.
-os:
+#os:
# - linux
- - osx
+# - osx
matrix:
include:
- os: osx
@@ -19,33 +19,33 @@ sudo: false
# pip: true
# directories:
# - $HOME/.pyenv/cache
-env:
- - PYENV_VERSION=2.1.3
- - PYENV_VERSION=2.2.3
- - PYENV_VERSION=2.3.7
- - PYENV_VERSION=2.4.6
- - PYENV_VERSION=2.5.6
- - PYENV_VERSION=2.6.9
- - PYENV_VERSION=2.7.6
- - PYENV_VERSION=2.7.11
- - PYENV_VERSION=2.7.11 python_flags=-Qnew
- - PYENV_VERSION=2.7.11 python_flags=-OO
- - PYENV_VERSION=2.7.11 PYCRYPTO_CONFIGURE_ARGS=--without-gmp
-# pip won't install on Python 3.0 (lack of collections.OrderedDict object?)
-# - PYENV_VERSION=3.0.1
- - PYENV_VERSION=3.1.5
- - PYENV_VERSION=3.2.5
- - PYENV_VERSION=3.3.5
- - PYENV_VERSION=3.4.0
- - PYENV_VERSION=3.4.4
- - PYENV_VERSION=3.5.0
- - PYENV_VERSION=3.5.1
- - PYENV_VERSION=3.5.1 PYCRYPTO_CONFIGURE_ARGS=--without-gmp
-# PyCrypto does not support PyPy yet.
-# See https://github.com/dlitz/pycrypto/pull/59
-# - PYENV_VERSION=pypy-2.3.1
-# - PYENV_VERSION=pypy3-2.3.1
-language: python
+#env:
+# - PYENV_VERSION=2.1.3
+# - PYENV_VERSION=2.2.3
+# - PYENV_VERSION=2.3.7
+# - PYENV_VERSION=2.4.6
+# - PYENV_VERSION=2.5.6
+# - PYENV_VERSION=2.6.9
+# - PYENV_VERSION=2.7.6
+# - PYENV_VERSION=2.7.11
+# - PYENV_VERSION=2.7.11 python_flags=-Qnew
+# - PYENV_VERSION=2.7.11 python_flags=-OO
+# - PYENV_VERSION=2.7.11 PYCRYPTO_CONFIGURE_ARGS=--without-gmp
+## pip won't install on Python 3.0 (lack of collections.OrderedDict object?)
+## - PYENV_VERSION=3.0.1
+# - PYENV_VERSION=3.1.5
+# - PYENV_VERSION=3.2.5
+# - PYENV_VERSION=3.3.5
+# - PYENV_VERSION=3.4.0
+# - PYENV_VERSION=3.4.4
+# - PYENV_VERSION=3.5.0
+# - PYENV_VERSION=3.5.1
+# - PYENV_VERSION=3.5.1 PYCRYPTO_CONFIGURE_ARGS=--without-gmp
+## PyCrypto does not support PyPy yet.
+## See https://github.com/dlitz/pycrypto/pull/59
+## - PYENV_VERSION=pypy-2.3.1
+## - PYENV_VERSION=pypy3-2.3.1
+#language: python
before_install:
# Unexport variables
- declare +x python_flags