diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-01-30 13:38:28 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-01-30 13:38:28 +0100 |
commit | 283c74a0eab01b817ba8c7d9f0341f9084ceae66 (patch) | |
tree | 5e6b65f2276499f697b1f20e61aa18543e358c2a | |
parent | 2145ded375b0b288ed350bd9fbfe259e59fc8671 (diff) | |
download | mitmproxy-283c74a0eab01b817ba8c7d9f0341f9084ceae66.tar.gz mitmproxy-283c74a0eab01b817ba8c7d9f0341f9084ceae66.tar.bz2 mitmproxy-283c74a0eab01b817ba8c7d9f0341f9084ceae66.zip |
allow pypy again on travis
-rw-r--r-- | .travis.yml | 4 |
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: - | |