Skip to content

Commit 962ad13

Browse files
authored
Test on latest PyPy (#236)
Test on latest PyPy
2 parents 3b76be7 + da095c3 commit 962ad13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ python:
77
- '3.5'
88
- '3.6'
99
- '3.7'
10-
# - 'pypy2.7-6.0'
11-
- 'pypy3.5-6.0'
10+
# - 'pypy'
11+
- 'pypy3'
1212

1313
env:
1414
global:
@@ -51,8 +51,8 @@ matrix:
5151
env: DEPS="pytest~=2.9.0"
5252

5353
allow_failures:
54-
- python: 'pypy2.7-6.0'
55-
- python: 'pypy3.5-6.0'
54+
- python: 'pypy'
55+
- python: 'pypy3'
5656

5757
install:
5858
- pip install -U coverage coverage-enable-subprocess pip setuptools setuptools_scm

0 commit comments

Comments
 (0)