Change Travis config to use pypy3 instead of pypy

This commit is contained in:
joo 2020-08-17 12:01:26 +02:00
parent fcacb8abf8
commit 2d9479cc12
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ python: 3.8
matrix:
include:
- python: pypy
- python: pypy3
env: TOX_ENV=pypy
- python: 3.5
env: TOX_ENV=py35