Skip to content

Commit

Permalink
Use 2019 image for pypy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jun 1, 2021
1 parent df20c97 commit 3685acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ matrix:
TOXENV: 'py38-pytest46-xdist133-coverage55,py38-pytest54-xdist133-coverage55,py38-pytest62-xdist202-coverage55'
- image: Visual Studio 2015
TOXENV: 'py39-pytest62-xdist202-coverage55'
- image: Visual Studio 2019
- image: Visual Studio 2015
TOXENV: 'pypy-pytest46-xdist127-coverage55'
- image: Visual Studio 2015
TOXENV: 'pypy3-pytest46-xdist127-coverage55,pypy3-pytest46-xdist133-coverage55,pypy3-pytest54-xdist133-coverage55,pypy3-pytest62-xdist202-coverage55'
Expand Down
2 changes: 1 addition & 1 deletion ci/templates/.appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ matrix:
TOXENV: '{{ py38_environments|join(",") }}'
- image: Visual Studio 2015
TOXENV: '{{ py39_environments|join(",") }}'
- image: Visual Studio 2019
- image: Visual Studio 2015
TOXENV: '{{ pypy_environments|join(",") }}'
- image: Visual Studio 2015
TOXENV: '{{ pypy3_environments|join(",") }}'
Expand Down

0 comments on commit 3685acb

Please sign in to comment.