Skip to content

Commit

Permalink
Upgrading pypy to pypy3
Browse files Browse the repository at this point in the history
Maybe forcing pypy to use python 3 will solve the issue (although it works fine with python 2.7 at the moment)
  • Loading branch information
alan-barzilay committed Mar 24, 2021
1 parent 7b69881 commit b1725c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ matrix:
env: TOX_ENV=py34
- python: 2.7
env: TOX_ENV=py27
- python: pypy
env: TOX_ENV=pypy
- python: pypy3
env: TOX_ENV=pypy3
- python: 3.6
env: TOX_ENV=flake8

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, pypy, flake8
envlist = py27, py34, py35, py36, pypy3, flake8

[testenv]
setenv =
Expand Down

0 comments on commit b1725c7

Please sign in to comment.