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