Skip to content

Commit

Permalink
Merge pull request #913 from vtbassmatt/windows-pypy
Browse files Browse the repository at this point in the history
Add PyPy versions on Windows
  • Loading branch information
pganssle committed Apr 29, 2019
2 parents e2d1dca + b43ce04 commit c90a30c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.md
Expand Up @@ -69,6 +69,7 @@ switch, and thus all their contributions are dual-licensed.
- Luca Ferocino <luca.ferox@MASKED> (gh: @lucaferocino) **D**
- Mario Corchero <mcorcherojim@MASKED> (gh: @mariocj89) **R**
- Mateusz Dziedzic (gh: @m-dz) **D**
- Matt Cooper <vtbassmatt@MASKED> (gh: @vtbassmatt) **D**
- Matthew Schinckel <matt@MASKED>
- Max Shenfield <shenfieldmax@MASKED>
- Maxime Lorant <maxime.lorant@MASKED>
Expand Down
10 changes: 9 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -22,14 +22,22 @@ strategy:
macOS:
python.version: '3.6'
POOL_IMAGE: macos-10.13
Windows:
Windows36:
python.version: '3.6'
POOL_IMAGE: vs2017-win2016
installzic: 'windows'
PyPy:
python.version: 'pypy2'
PyPy3:
python.version: 'pypy3'
WindowsPyPy2:
python.version: 'pypy2'
POOL_IMAGE: vs2017-win2016
installzic: 'windows'
WindowsPyPy3:
python.version: 'pypy3'
POOL_IMAGE: vs2017-win2016
installzic: 'windows'

variables:
TOXENV: py
Expand Down

0 comments on commit c90a30c

Please sign in to comment.