diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2018-06-28 10:18:28 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2018-09-07 17:48:06 +0200 |
commit | 925bba4c3c5c0346f2b6d78ae69bfbe73150d73e (patch) | |
tree | 1b7fbf778ab00b945656dd642b89e545f3adcc80 /.travis.yml | |
parent | 6c2e15fce36f5d4a1329dc70fa6bdf9d01028e99 (diff) | |
download | mitmproxy-925bba4c3c5c0346f2b6d78ae69bfbe73150d73e.tar.gz mitmproxy-925bba4c3c5c0346f2b6d78ae69bfbe73150d73e.tar.bz2 mitmproxy-925bba4c3c5c0346f2b6d78ae69bfbe73150d73e.zip |
Python 3.7 is here
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 97a26f4e..b169794a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ matrix: - docker - python: 3.6 env: TOXENV=individual_coverage - - python: "3.7-dev" + - python: 3.7 env: TOXENV=py37 - language: node_js node_js: "node" |