Skip to content

Commit

Permalink
Merge 68e112c into c6b8543
Browse files Browse the repository at this point in the history
  • Loading branch information
aurzenligl committed Aug 24, 2020
2 parents c6b8543 + 68e112c commit 8f2c92b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml → .appveyor.yml
Expand Up @@ -6,16 +6,19 @@ environment:
matrix:
- TOXENV: check
- TOXENV: 'py27-pytest{35,36,37,4}'
- TOXENV: 'pypy-pytest{35,36,37,4}'
- TOXENV: 'py35-pytest{3,4,5,6}'
- TOXENV: 'py36-pytest{3,4,5,6}'
- TOXENV: 'py37-pytest{3,4,5,6}'
- TOXENV: 'py38-pytest{3,4,5,6}'
- TOXENV: 'pypy-pytest{35,36,37,4}'
- TOXENV: 'pypy3-pytest{3,4,5,6}'
init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*
install:
- call scripts\install-pypy.bat
- IF "%TOXENV:~0,5%" == "pypy-" choco install --no-progress python.pypy
- IF "%TOXENV:~0,6%" == "pypy3-" choco install --no-progress pypy3
- SET PATH=C:\tools\pypy\pypy;%PATH%
- C:\Python36\python -m pip install tox
test_script:
- C:\Python36\python -m tox
Expand Down
9 changes: 0 additions & 9 deletions scripts/install-pypy.bat

This file was deleted.

0 comments on commit 8f2c92b

Please sign in to comment.