diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-12-23 20:30:04 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-12-27 16:28:12 +0100 |
commit | 0bde932b78a46a2a69f1026c973c287b63d7d292 (patch) | |
tree | e13cc6551bd121b9fbf27bdf44cedcc21b86bf9f /.travis.yml | |
parent | 38198769eb82465c4ee2af3c68d01bd0178875b8 (diff) | |
download | mitmproxy-0bde932b78a46a2a69f1026c973c287b63d7d292.tar.gz mitmproxy-0bde932b78a46a2a69f1026c973c287b63d7d292.tar.bz2 mitmproxy-0bde932b78a46a2a69f1026c973c287b63d7d292.zip |
run tests on Python 3.6
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c078e30a..e4c8dd8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,15 @@ matrix: # change this with future releases! - debian-sid packages: + - python: 3.6 + env: TOXENV=py36 OPENSSL_ALPN + addons: + apt: + sources: + # Debian sid currently holds OpenSSL 1.1.0 + # change this with future releases! + - debian-sid + packages: - libssl-dev - python: 3.5 env: TOXENV=docs |