Travis: require tests to pass on pypy3.
authorwhitequark <whitequark@whitequark.org>
Mon, 13 Apr 2020 11:04:25 +0000 (11:04 +0000)
committerwhitequark <whitequark@whitequark.org>
Mon, 13 Apr 2020 11:04:25 +0000 (11:04 +0000)
Fixes #147.

.travis.yml

index 5b71fc16263a7800f09c88686a670b501039d843..ef894867e92a02da65b120df3e73bb2a485a49a6 100644 (file)
@@ -27,5 +27,3 @@ script:
   - codecov
 matrix:
   fast_finish: true
-  allow_failures:
-  - python: "pypy3"