From 457907b44a3664da25e24c7ca80e0b75991e350c Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 13 Apr 2020 11:04:25 +0000 Subject: [PATCH] Travis: require tests to pass on pypy3. Fixes #147. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b71fc1..ef89486 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,5 +27,3 @@ script: - codecov matrix: fast_finish: true - allow_failures: - - python: "pypy3" -- 2.30.2