aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-01-30 13:38:28 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-01-30 13:38:28 +0100
commit283c74a0eab01b817ba8c7d9f0341f9084ceae66 (patch)
tree5e6b65f2276499f697b1f20e61aa18543e358c2a
parent2145ded375b0b288ed350bd9fbfe259e59fc8671 (diff)
downloadmitmproxy-283c74a0eab01b817ba8c7d9f0341f9084ceae66.tar.gz
mitmproxy-283c74a0eab01b817ba8c7d9f0341f9084ceae66.tar.bz2
mitmproxy-283c74a0eab01b817ba8c7d9f0341f9084ceae66.zip
allow pypy again on travis
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a60a4e69..84f32d71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,10 +29,6 @@ matrix:
- debian-sid
packages:
- libssl-dev
- allow_failures:
- # We allow pypy to fail until Travis fixes their infrastructure to a pypy
- # with a recent enought CFFI library to run cryptography 1.0+.
- - python: pypy
install:
- |