Skip to content

Commit

Permalink
🐍 Add pypy -> pypy3 in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinHock committed Mar 28, 2020
1 parent 9d8fe79 commit 3e39b76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ matrix:
python: 3.6
- env: TOXENV=py37
python: 3.7
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
dist: xenial # Required for Python >= 3.7 (travis-ci/travis-ci#9069)
- env: TOXENV=py38
python: 3.8
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
- env: TOXENV=pypy
python: pypy
dist: xenial # Required for Python >= 3.7 (travis-ci/travis-ci#9069)
- env: TOXENV=pypy3
python: pypy3.5-8.0.0
install:
- pip install tox
script: make test
Expand Down

0 comments on commit 3e39b76

Please sign in to comment.