Skip to content

Commit

Permalink
Fix PyPy versions used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 2, 2020
1 parent 8fa7588 commit d609054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ sudo: false
python:
- 2.7
- 3.6
- pypy-5.6.0
- pypy
- pypy3
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
Expand Down

0 comments on commit d609054

Please sign in to comment.