Skip to content

Commit

Permalink
Test on latest PyPy (#236)
Browse files Browse the repository at this point in the history
Test on latest PyPy
  • Loading branch information
nicoddemus authored Feb 2, 2020
2 parents 3b76be7 + da095c3 commit 962ad13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ python:
- '3.5'
- '3.6'
- '3.7'
# - 'pypy2.7-6.0'
- 'pypy3.5-6.0'
# - 'pypy'
- 'pypy3'

env:
global:
Expand Down Expand Up @@ -51,8 +51,8 @@ matrix:
env: DEPS="pytest~=2.9.0"

allow_failures:
- python: 'pypy2.7-6.0'
- python: 'pypy3.5-6.0'
- python: 'pypy'
- python: 'pypy3'

install:
- pip install -U coverage coverage-enable-subprocess pip setuptools setuptools_scm
Expand Down

0 comments on commit 962ad13

Please sign in to comment.