mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Install toml module to make it possible to run version-changing script before install
This commit is contained in:
parent
040007f554
commit
b025fa6af4
1 changed files with 6 additions and 9 deletions
15
.travis.yml
15
.travis.yml
|
@ -110,26 +110,23 @@ jobs:
|
||||||
|
|
||||||
# Python 3.9 Dev Tests
|
# Python 3.9 Dev Tests
|
||||||
- name: Python 3.9 on Linux
|
- name: Python 3.9 on Linux
|
||||||
script:
|
before_install:
|
||||||
|
- pip install toml
|
||||||
- python .build/allow_all_python_version.py
|
- python .build/allow_all_python_version.py
|
||||||
- poetry run pytest
|
|
||||||
- poetry run behave
|
|
||||||
python: 3.9-dev
|
python: 3.9-dev
|
||||||
- <<: *test_mac
|
- <<: *test_mac
|
||||||
name: Python 3.9 on MacOS
|
name: Python 3.9 on MacOS
|
||||||
script:
|
before_install:
|
||||||
|
- pip install toml
|
||||||
- python .build/allow_all_python_version.py
|
- python .build/allow_all_python_version.py
|
||||||
- poetry run pytest
|
|
||||||
- poetry run behave
|
|
||||||
python: 3.9-dev
|
python: 3.9-dev
|
||||||
env:
|
env:
|
||||||
JRNL_PYTHON_VERSION: 3.9.0b5
|
JRNL_PYTHON_VERSION: 3.9.0b5
|
||||||
- <<: *test_windows
|
- <<: *test_windows
|
||||||
name: Python 3.9 on Windows
|
name: Python 3.9 on Windows
|
||||||
script:
|
before_install:
|
||||||
|
- pip install toml
|
||||||
- python .build/allow_all_python_version.py
|
- python .build/allow_all_python_version.py
|
||||||
- poetry run pytest
|
|
||||||
- poetry run behave
|
|
||||||
python: 3.9-dev
|
python: 3.9-dev
|
||||||
env:
|
env:
|
||||||
<<: *env_windows
|
<<: *env_windows
|
||||||
|
|
Loading…
Add table
Reference in a new issue