Skip to content

Commit

Permalink
Fix Travis configuration for PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 23, 2020
1 parent cd46c4f commit 9969bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ matrix:
python: 3.6
- env: TOXENV=py37
python: 3.7
- env: TOXENV=pypy2
python: pypy
- env: TOXENV=pypy
python: pypy
- env: TOXENV=pypy3
python: pypy3
- env: TOXENV=pre-commit
python: 3.7
Expand Down

0 comments on commit 9969bee

Please sign in to comment.