Skip to content

Commit

Permalink
Update pypy3 target
Browse files Browse the repository at this point in the history
Current one is too old for pip
See travis-ci/travis-ci#6277
  • Loading branch information
mikebryant committed Jun 7, 2017
1 parent 725d601 commit aef28ea
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 @@ -6,7 +6,7 @@ python:
- 3.4
- 3.5
- pypy
- pypy3
- pypy3.3-5.5-alpha
env:
- DJANGO=1.4.15
- DJANGO=1.6.7
Expand Down Expand Up @@ -47,11 +47,11 @@ matrix:
env: DJANGO=1.6.7
- python: 3.5
env: DJANGO=1.7
- python: pypy3
- python: pypy3.3-5.5-alpha
env: DJANGO=1.4.15
- python: pypy3
- python: pypy3.3-5.5-alpha
env: DJANGO=1.9
- python: pypy3
- python: pypy3.3-5.5-alpha
env: DJANGO=1.10
deploy:
provider: pypi
Expand Down

0 comments on commit aef28ea

Please sign in to comment.