diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-09-21 00:45:52 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-21 00:45:52 +0200 |
commit | f2e3e6af6de401632eb15783b93fdda768de6ab2 (patch) | |
tree | 3f3b9a707df56e04bbe69f2779cb08061f745afc | |
parent | 73586b1be95d97f0be76e85223b53d1f4ed697d6 (diff) | |
download | mitmproxy-f2e3e6af6de401632eb15783b93fdda768de6ab2.tar.gz mitmproxy-f2e3e6af6de401632eb15783b93fdda768de6ab2.tar.bz2 mitmproxy-f2e3e6af6de401632eb15783b93fdda768de6ab2.zip |
test on pypy3
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c5634a10..7835bb64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ matrix: - python: 3.5 script: - py.test -n 4 -k "not http2" . + - python: pypy3 + script: + - py.test -n 4 -k "not http2" . - python: pypy - python: pypy env: OPENSSL=1.0.2 |