mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
[Travis] Windows: try Python 3.7 for cryptography wheels?
This commit is contained in:
parent
9cad7ddb51
commit
34f7d9830f
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue