Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Add python 3.8 and 3.9
Upgrade pip before running
  • Loading branch information
dkasyanov committed Mar 29, 2021
1 parent 68027d4 commit d5e6320
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Expand Up @@ -5,11 +5,14 @@ environment:
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python39"

install:
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- python --version
- pip install -r requirements-travis.txt
- python -m pip install --upgrade pip
- python -m pip install -r requirements-travis.txt
- powershell tools\get-packer.ps1

build: off
Expand Down

0 comments on commit d5e6320

Please sign in to comment.