From f2e3e6af6de401632eb15783b93fdda768de6ab2 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 21 Sep 2015 00:45:52 +0200 Subject: test on pypy3 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3