Skip to content

Commit

Permalink
Use TravisCI-provided PyPy version for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunedan committed Jul 23, 2020
1 parent f21ad07 commit 6d428bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,7 +7,7 @@ python:
- "3.7"
- "3.8"
- "pypy3.5-7.0"
- "pypy3.6-7.1"
- "pypy3.6-7.3.1"
env:
- DJANGO="Django>=2.2,<3.0"
- DJANGO="Django>=3.0,<3.1"
Expand All @@ -20,7 +20,7 @@ matrix:
exclude:
- python: "3.5"
env: DJANGO="Django>=3.0,<3.1"
- python: "pypy3.5-7.0"
- python: "pypy3.5-7.3.1"
env: DJANGO="Django>=3.0,<3.1"
after_success:
- coveralls

0 comments on commit 6d428bb

Please sign in to comment.