From 143a404168f3dbb785400ffd28b9acd877b9ab97 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 19 Jan 2020 18:58:14 +0100 Subject: [PATCH] Travis-CI: Add PyPy 3 to test matrix --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ae1cb90b..02c0682d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,9 @@ matrix: - name: "Python 3.8 on Linux" os: linux python: 3.8 + - name: "PyPy 3 on Linux" + os: linux + python: pypy3 - name: "Python 3 on macOS" os: osx language: shell