summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2017-08-22 14:56:38 +0100
committerThomas Kluyver <thomas@kluyver.me.uk>2017-08-22 14:56:38 +0100
commit8b4974f333f2d41b47a67c94c4c445a274d8ddd4 (patch)
tree67aab7ee5698bf9724a67da3443b5e211dc6eb73
parentd875f6dab590f12c0012d899a2285daa86e9da23 (diff)
downloadpexpect-git-8b4974f333f2d41b47a67c94c4c445a274d8ddd4.tar.gz
Ignore failures on PyPy on Travis
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 251dfaa..0f6b8c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,11 @@ python:
- 3.5
- pypy
+matrix:
+ allow_failures:
+ # PyPy on Travis is currently incompatible with Cryptography.
+ - python: pypy
+
install:
- export PYTHONIOENCODING=UTF8
- pip install coveralls pytest-cov ptyprocess