From 8b137438d01f1e58c7e2b4f225b81e0da57700a4 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