Install toml module to make it possible to run version-changing script before install

This commit is contained in:
Micah Jerome Ellison 2020-08-08 12:59:25 -07:00
parent 040007f554
commit b025fa6af4

View file

@ -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