Skip to content

Commit

Permalink
Merge pull request audreyfeldroy#537 from PsiACE/appveyor-py38
Browse files Browse the repository at this point in the history
add appveyor py38
  • Loading branch information
PsiACE authored Nov 10, 2019
2 parents 1ae6549 + 1fa97bd commit 6698315
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ environment:

- PYTHON: "C:\\Python37-x64"
TOX_ENV: "py37"

- PYTHON: "C:\\Python38"
TOX_ENV: "py38"

- PYTHON: "C:\\Python38-x64"
TOX_ENV: "py38"

init:
- set PATH=%PYTHON%;%PYTHON%\Scripts;C:\MinGW\msys\1.0\bin;%PATH%
Expand Down

0 comments on commit 6698315

Please sign in to comment.