Project: Update python to 3.7.9 for Windows travisci job

This commit is contained in:
Mike Salvatore 2022-07-21 07:45:58 -04:00
parent 9acc249d48
commit 998d33a22c
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ jobs:
vm: vm:
size: x-large size: x-large
before_install: before_install:
- choco install python --version=3.7.7 - choco install python --version=3.7.9
- python -m pip install -U pip setuptools virtualenv - python -m pip install -U pip setuptools virtualenv
- python -m virtualenv $HOME/venv - python -m virtualenv $HOME/venv
- source $HOME/venv/Scripts/activate - source $HOME/venv/Scripts/activate