mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
[Travis] no auto-ruby
This commit is contained in:
parent
b0f07eeb59
commit
3c2ced0989
1 changed files with 4 additions and 0 deletions
|
@ -2,12 +2,16 @@ dist: xenial # required for Python >= 3.7
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: "Python 3.6 on Linux"
|
- name: "Python 3.6 on Linux"
|
||||||
|
language: python
|
||||||
python: 3.6
|
python: 3.6
|
||||||
- name: "Python 3.7 on Linux"
|
- name: "Python 3.7 on Linux"
|
||||||
|
language: python
|
||||||
python: 3.7
|
python: 3.7
|
||||||
- name: "Python 3.8 on Linux"
|
- name: "Python 3.8 on Linux"
|
||||||
|
language: python
|
||||||
python: 3.8
|
python: 3.8
|
||||||
- name: "Python dev on Linux"
|
- name: "Python dev on Linux"
|
||||||
|
language: python
|
||||||
python: nightly
|
python: nightly
|
||||||
- name: "Python 3.7.4 on MacOS"
|
- name: "Python 3.7.4 on MacOS"
|
||||||
os: osx
|
os: osx
|
||||||
|
|
Loading…
Add table
Reference in a new issue