diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-18 21:17:11 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-18 21:17:20 +0200 |
commit | c903efcf5b34fa775d3e64623e54bd8e75b740cb (patch) | |
tree | 43b364ad07c18e032a1dc534dfc6f1ae3df63299 | |
parent | 67e6e5c7d8e26fda90d6c74e80c2432745ce5921 (diff) | |
download | mitmproxy-c903efcf5b34fa775d3e64623e54bd8e75b740cb.tar.gz mitmproxy-c903efcf5b34fa775d3e64623e54bd8e75b740cb.tar.bz2 mitmproxy-c903efcf5b34fa775d3e64623e54bd8e75b740cb.zip |
temporarily disable pypy with new openssl on travis
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index 9c781467..3b49224e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,16 +18,16 @@ matrix: - debian-sid packages: - libssl-dev - - python: pypy - env: OPENSSL=1.0.2 - addons: - apt: - sources: - # Debian sid currently holds OpenSSL 1.0.2 - # change this with future releases! - - debian-sid - packages: - - libssl-dev + # - python: pypy + # env: OPENSSL=1.0.2 + # addons: + # apt: + # sources: + # # Debian sid currently holds OpenSSL 1.0.2 + # # change this with future releases! + # - debian-sid + # packages: + # - libssl-dev install: - "pip install --src . -r requirements.txt" |