From 4a95b8a3dce2b2737b804159d02d36c06ebcbdf7 Mon Sep 17 00:00:00 2001 From: Diego Argueta <620513-dargueta@users.noreply.github.com> Date: Fri, 18 Oct 2019 08:27:51 -0700 Subject: [PATCH] Start testing PyPy --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8d584b1e..a8dbe316 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,8 @@ python: - "3.6" - "3.7" - "3.8-dev" -# TODO (dargueta): Enable these once we figure out FTP timing issues in PyPy tests -# - 'pypy' -# - 'pypy3.5-7.0' + - 'pypy' + - 'pypy3.5-7.0' # Need 7.0+ due to a bug in earlier versions that broke our tests. matrix: include: @@ -22,6 +21,10 @@ matrix: python: '3.7' env: TOXENV=lint + allow_failures: + - python: pypy + - python: pypy3.5-7.0 + before_install: - pip install -U tox tox-travis - pip --version