Skip to content

Commit

Permalink
Start testing PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Argueta committed Oct 18, 2019
1 parent 167ed3c commit 4a95b8a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 4a95b8a

Please sign in to comment.