[Travis] Windows: try Python 3.7 for cryptography wheels?

This commit is contained in:
MinchinWeb 2019-11-28 08:50:06 -07:00
parent 9cad7ddb51
commit 34f7d9830f

View file

@ -20,15 +20,16 @@ jobs:
language: shell # 'language: python' is an error on Travis CI macOS language: shell # 'language: python' is an error on Travis CI macOS
before_install: before_install:
- pip3 install poetry~=0.12.17 # 'pip' points to Python 2 on MacOS - pip3 install poetry~=0.12.17 # 'pip' points to Python 2 on MacOS
- name: "Python 3.8.0 on Windows" - name: "Python 3.7.5 on Windows"
os: windows os: windows
language: shell # 'language: python' is an error on Travis CI Windows language: shell # 'language: python' is an error on Travis CI Windows
before_install: before_install:
- choco install python --version 3.8.0 - choco install python --version 3.7.5
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
- pip --version
- pip install poetry~=0.12.17 - pip install poetry~=0.12.17
env: env:
- PATH=/c/Python38:/c/Python38/Scripts:$PATH - PATH=/c/Python37:/c/Python37/Scripts:$PATH
allow_failures: allow_failures:
- python: 3.8 - python: 3.8
- python: nightly - python: nightly