add CI testing for Python 3.7 and 3.8

This commit is contained in:
Jack O'Connor 2020-03-20 15:56:06 -04:00
parent 95e34234b7
commit 9b661ebc41
2 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,8 @@ language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "nightly"
install:
- pip install -r ./requirements-dev.txt

View File

@ -32,6 +32,14 @@ environment:
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "64"
install:
# Prepend newly installed Python to the PATH of this build (this cannot be
# done from inside the powershell script as it would require to restart