Upgrading pypy to pypy3

Maybe forcing pypy to use python 3 will solve the issue (although it works fine with python 2.7 at the moment)
This commit is contained in:
alan-barzilay 2021-03-24 18:33:15 -03:00
parent 7b69881e76
commit b1725c7409
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ matrix:
env: TOX_ENV=py34 env: TOX_ENV=py34
- python: 2.7 - python: 2.7
env: TOX_ENV=py27 env: TOX_ENV=py27
- python: pypy - python: pypy3
env: TOX_ENV=pypy env: TOX_ENV=pypy3
- python: 3.6 - python: 3.6
env: TOX_ENV=flake8 env: TOX_ENV=flake8

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27, py34, py35, py36, pypy, flake8 envlist = py27, py34, py35, py36, pypy3, flake8
[testenv] [testenv]
setenv = setenv =