From 2d9479cc12f133c5897589ed86e4e1e6cb299a6b Mon Sep 17 00:00:00 2001 From: joo Date: Mon, 17 Aug 2020 12:01:26 +0200 Subject: [PATCH] Change Travis config to use pypy3 instead of pypy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e5f09fe..bd8217b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: 3.8 matrix: include: - - python: pypy + - python: pypy3 env: TOX_ENV=pypy - python: 3.5 env: TOX_ENV=py35