From b018a8f8e2b13ea338f7cf3c1aed0e3a212ef067 Mon Sep 17 00:00:00 2001 From: Kimmo Huoman Date: Thu, 5 Dec 2019 18:26:11 +0200 Subject: [PATCH] Update pypy test configs. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 64343e4..97b7a1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,10 @@ python: - "3.6" - "3.7" - "3.8" - - "pypy" + - "pypy3.5-6.0.0" + - "pypy3.5-7.0.0" + - "pypy3.6-7.0.0" + - "pypy3.6-7.1.1" install: - pip install -r test-requirements.txt - pip install -e .