Skip to content

Commit

Permalink
include Python 3.9 and install pytest on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Nov 29, 2020
1 parent 89a381f commit 2284541
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ environment:
- PYTHON: C:\Python37-x64
- PYTHON: C:\Python38
- PYTHON: C:\Python38-x64
- PYTHON: C:\Python39
- PYTHON: C:\Python39-x64

install:
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
- python --version
- python -m pip install --upgrade pip
- python -m pip install --upgrade setuptools wheel
- python -m pip install PySide2
- python -m pip install --upgrade PySide2 pytest pytest-cov pytest-runner
- python -m pip list
- python -c "from PySide2.QtWidgets import QApplication; QApplication([])"

build: off
Expand Down

0 comments on commit 2284541

Please sign in to comment.