mirror of https://github.com/buildinspace/peru.git
add CI testing for Python 3.7 and 3.8
This commit is contained in:
parent
95e34234b7
commit
9b661ebc41
|
@ -2,6 +2,8 @@ language: python
|
|||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "nightly"
|
||||
install:
|
||||
- pip install -r ./requirements-dev.txt
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue