mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 13:38:31 +02:00
[Travis] remove Python 3.9 as poetry doesn't support it
See https://blog.travis-ci.com/2019-10-24-build-config-validation c.f. https://travis-ci.com/github/jrnl-org/jrnl/jobs/316271932
This commit is contained in:
parent
601c5513e0
commit
330acc2d45
1 changed files with 1 additions and 9 deletions
10
.travis.yml
10
.travis.yml
|
@ -42,7 +42,7 @@ aliases:
|
||||||
os: windows
|
os: windows
|
||||||
language: shell
|
language: shell
|
||||||
env: &env_windows
|
env: &env_windows
|
||||||
PATH: /c/Python36:/c/Python36/Scripts:/c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:/c/Python39:/c/Python39/Scripts:$PATH
|
PATH: /c/Python36:/c/Python36/Scripts:/c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:$PATH
|
||||||
PYTHONIOENCODING: UTF-8
|
PYTHONIOENCODING: UTF-8
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
@ -62,8 +62,6 @@ jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: nightly
|
- python: nightly
|
||||||
- os: windows
|
|
||||||
env: JRNL_PYTHON_VERSION=3.9.0-a5
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- name: Lint, via Black
|
- name: Lint, via Black
|
||||||
|
@ -122,12 +120,6 @@ jobs:
|
||||||
before_install:
|
before_install:
|
||||||
- sed -i 's/^python = ">=3\.6\.0.*"$/python = "*"/' pyproject.toml
|
- sed -i 's/^python = ">=3\.6\.0.*"$/python = "*"/' pyproject.toml
|
||||||
python: nightly
|
python: nightly
|
||||||
- <<: *test_windows
|
|
||||||
name: Python 3.9-alpha on Windows
|
|
||||||
python: nightly
|
|
||||||
env:
|
|
||||||
<<: *env_windows
|
|
||||||
JRNL_PYTHON_VERSION: 3.9.0-a5
|
|
||||||
|
|
||||||
# Specialty tests
|
# Specialty tests
|
||||||
- name: Python 3.7 on Linux, not UTC
|
- name: Python 3.7 on Linux, not UTC
|
||||||
|
|
Loading…
Add table
Reference in a new issue