aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2018-09-07 17:47:31 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2018-09-07 17:48:06 +0200
commita2e6c47a2b796e0222ed068c1c06aa0839b41253 (patch)
tree4e2fd2a1ad7d3b917e043bc2a517ef070218623e
parent925bba4c3c5c0346f2b6d78ae69bfbe73150d73e (diff)
downloadmitmproxy-a2e6c47a2b796e0222ed068c1c06aa0839b41253.tar.gz
mitmproxy-a2e6c47a2b796e0222ed068c1c06aa0839b41253.tar.bz2
mitmproxy-a2e6c47a2b796e0222ed068c1c06aa0839b41253.zip
use travis workaround for py37
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b169794a..dca567bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,8 @@ matrix:
env: TOXENV=individual_coverage
- python: 3.7
env: TOXENV=py37
+ dist: xenial
+ sudo: true # required workaround for https://github.com/travis-ci/travis-ci/issues/9815
- language: node_js
node_js: "node"
before_install: