diff options
-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 |