Skip to content

Commit

Permalink
travis pypy3 is too old
Browse files Browse the repository at this point in the history
  • Loading branch information
oremanj committed Dec 12, 2019
1 parent c581833 commit 0ae0f0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ matrix:
- python: 3.6
env: CHECK_LINT=1
# The pypy tests are slow, so we list them first
- python: pypy3
# 'pypy3' on travis is currently 7.1-beta, which has an __init_subclass__ bug
# that we'd run into (fixed on 7.2)
#- python: pypy3
- language: generic
env: PYPY_NIGHTLY_BRANCH=py3.6
- python: 3.6
Expand Down

0 comments on commit 0ae0f0a

Please sign in to comment.