mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Revert Linux and Mac 3.9 definitions since release versions are not working on either
This commit is contained in:
parent
b2f7b49dcc
commit
7d3a062bfb
1 changed files with 13 additions and 5 deletions
18
.travis.yml
18
.travis.yml
|
@ -62,9 +62,6 @@ aliases:
|
||||||
jobs:
|
jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- name: Python 3.9 on Windows
|
|
||||||
- name: Python 3.9 on Linux
|
|
||||||
- name: Python 3.9 on MacOS
|
|
||||||
- python: nightly
|
- python: nightly
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
@ -110,10 +107,21 @@ jobs:
|
||||||
|
|
||||||
# Python 3.9 Tests
|
# Python 3.9 Tests
|
||||||
- name: Python 3.9 on Linux
|
- name: Python 3.9 on Linux
|
||||||
python: 3.9
|
before_install:
|
||||||
|
- pip install toml
|
||||||
|
- python .build/allow_all_python_version.py
|
||||||
|
python: 3.9-dev
|
||||||
- <<: *test_mac
|
- <<: *test_mac
|
||||||
name: Python 3.9 on MacOS
|
name: Python 3.9 on MacOS
|
||||||
python: 3.9
|
before_install:
|
||||||
|
- brew upgrade pyenv
|
||||||
|
- eval "$(pyenv init -)"
|
||||||
|
- pyenv install -s $JRNL_PYTHON_VERSION
|
||||||
|
- pyenv global $JRNL_PYTHON_VERSION
|
||||||
|
- pip install --upgrade pip
|
||||||
|
- pip --version
|
||||||
|
- pip install toml
|
||||||
|
- python .build/allow_all_python_version.py
|
||||||
env:
|
env:
|
||||||
JRNL_PYTHON_VERSION: 3.9.0
|
JRNL_PYTHON_VERSION: 3.9.0
|
||||||
- <<: *test_windows
|
- <<: *test_windows
|
||||||
|
|
Loading…
Add table
Reference in a new issue