aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2018-06-28 10:18:28 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2018-09-07 17:48:06 +0200
commit925bba4c3c5c0346f2b6d78ae69bfbe73150d73e (patch)
tree1b7fbf778ab00b945656dd642b89e545f3adcc80 /.travis.yml
parent6c2e15fce36f5d4a1329dc70fa6bdf9d01028e99 (diff)
downloadmitmproxy-925bba4c3c5c0346f2b6d78ae69bfbe73150d73e.tar.gz
mitmproxy-925bba4c3c5c0346f2b6d78ae69bfbe73150d73e.tar.bz2
mitmproxy-925bba4c3c5c0346f2b6d78ae69bfbe73150d73e.zip
Python 3.7 is here
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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"