mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
testing
This commit is contained in:
parent
3d118c9368
commit
0c87ae52fb
1 changed files with 0 additions and 55 deletions
55
.travis.yml
55
.travis.yml
|
@ -59,61 +59,6 @@ jobs:
|
||||||
- black --version
|
- black --version
|
||||||
- black --check . --verbose --diff
|
- black --check . --verbose --diff
|
||||||
|
|
||||||
# Python 3.6 Tests
|
|
||||||
- name: Python 3.6 on Linux
|
|
||||||
python: 3.6
|
|
||||||
- <<: *test_mac
|
|
||||||
name: Python 3.6 on MacOS
|
|
||||||
python: 3.6
|
|
||||||
env:
|
|
||||||
- JRNL_PYTHON_VERSION=3.6.8
|
|
||||||
- <<: *test_windows
|
|
||||||
name: Python 3.6 on Windows
|
|
||||||
python: 3.6
|
|
||||||
env:
|
|
||||||
- JRNL_PYTHON_VERSION=3.6.8
|
|
||||||
- PATH=/c/Python36:/c/Python36/Scripts:$PATH
|
|
||||||
|
|
||||||
# Python 3.7 Tests
|
|
||||||
- name: Python 3.7 on Linux
|
|
||||||
python: 3.7
|
|
||||||
- <<: *test_mac
|
|
||||||
name: Python 3.7 on MacOS
|
|
||||||
python: 3.7
|
|
||||||
env:
|
|
||||||
- JRNL_PYTHON_VERSION=3.7.5
|
|
||||||
- <<: *test_windows
|
|
||||||
name: Python 3.7 on Windows
|
|
||||||
python: 3.7
|
|
||||||
env:
|
|
||||||
- JRNL_PYTHON_VERSION=3.7.5
|
|
||||||
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
|
||||||
|
|
||||||
# Python 3.8 Tests
|
|
||||||
- name: Python 3.8 on Linux
|
|
||||||
python: 3.8
|
|
||||||
- <<: *test_mac
|
|
||||||
name: Python 3.8 on MacOS
|
|
||||||
python: 3.8
|
|
||||||
env:
|
|
||||||
- JRNL_PYTHON_VERSION=3.8.0
|
|
||||||
- <<: *test_windows
|
|
||||||
name: Python 3.8 on Windows
|
|
||||||
python: 3.8
|
|
||||||
env:
|
|
||||||
- JRNL_PYTHON_VERSION=3.8.0
|
|
||||||
- PATH=/c/Python38:/c/Python38/Scripts:$PATH
|
|
||||||
|
|
||||||
# ... and beyond!
|
|
||||||
- name: Python nightly on Linux
|
|
||||||
python: nightly
|
|
||||||
|
|
||||||
# Specialty tests
|
|
||||||
- name: Python 3.7 on Linux, not UTC
|
|
||||||
python: 3.7
|
|
||||||
env:
|
|
||||||
- TZ=America/Edmonton
|
|
||||||
|
|
||||||
# Changelog for Unreleased changes
|
# Changelog for Unreleased changes
|
||||||
- stage: Update Changelog
|
- stage: Update Changelog
|
||||||
if: branch = develop AND type NOT IN (pull_request)
|
if: branch = develop AND type NOT IN (pull_request)
|
||||||
|
|
Loading…
Add table
Reference in a new issue