diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-18 21:13:46 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-18 21:13:46 +0200 |
commit | 67e6e5c7d8e26fda90d6c74e80c2432745ce5921 (patch) | |
tree | 9cc8db4fe03b1b080e85cfd1639cc011206fe4ee | |
parent | 231656859fcf82cb1252d1aad8dbc0f77dfb8bba (diff) | |
download | mitmproxy-67e6e5c7d8e26fda90d6c74e80c2432745ce5921.tar.gz mitmproxy-67e6e5c7d8e26fda90d6c74e80c2432745ce5921.tar.bz2 mitmproxy-67e6e5c7d8e26fda90d6c74e80c2432745ce5921.zip |
temporarily disable pypy on travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9fd4fbd9..9c781467 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: false python: - "2.7" - - pypy + # - pypy # disable until TravisCI ships a PyPy version which works with the latest CFFI matrix: include: |