mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Revert "Clean up unneeded TOML modifications and other scaffolding not needed for 3.9"
This reverts commit 13b4266ed1
.
This commit is contained in:
parent
13b4266ed1
commit
7a711099cc
1 changed files with 12 additions and 2 deletions
14
.travis.yml
14
.travis.yml
|
@ -35,7 +35,6 @@ aliases:
|
||||||
- $HOME/.pyenv/versions
|
- $HOME/.pyenv/versions
|
||||||
- $HOME/Library/Caches/pypoetry
|
- $HOME/Library/Caches/pypoetry
|
||||||
before_install:
|
before_install:
|
||||||
- brew upgrade pyenv
|
|
||||||
- eval "$(pyenv init -)"
|
- eval "$(pyenv init -)"
|
||||||
- pyenv install -s $JRNL_PYTHON_VERSION
|
- pyenv install -s $JRNL_PYTHON_VERSION
|
||||||
- pyenv global $JRNL_PYTHON_VERSION
|
- pyenv global $JRNL_PYTHON_VERSION
|
||||||
|
@ -111,10 +110,21 @@ jobs:
|
||||||
|
|
||||||
# Python 3.9 Dev Tests
|
# Python 3.9 Dev Tests
|
||||||
- name: Python 3.9 on Linux
|
- name: Python 3.9 on Linux
|
||||||
|
before_install:
|
||||||
|
- pip install toml
|
||||||
|
- python .build/allow_all_python_version.py
|
||||||
python: 3.9-dev
|
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.0b5
|
JRNL_PYTHON_VERSION: 3.9.0b5
|
||||||
- <<: *test_windows
|
- <<: *test_windows
|
||||||
|
|
Loading…
Add table
Reference in a new issue