Skip to content

Commit 9969bee

Browse files
committed
Fix Travis configuration for PyPy
1 parent cd46c4f commit 9969bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ matrix:
1111
python: 3.6
1212
- env: TOXENV=py37
1313
python: 3.7
14-
- env: TOXENV=pypy2
15-
python: pypy
1614
- env: TOXENV=pypy
15+
python: pypy
16+
- env: TOXENV=pypy3
1717
python: pypy3
1818
- env: TOXENV=pre-commit
1919
python: 3.7

0 commit comments

Comments
 (0)