Merge branch 'main' into release_1.1

This commit is contained in:
Veronica K. B. Olsen
2021-02-07 19:43:39 +01:00
8 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ name: flake8
on:
push:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
pull_request:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
jobs:
checkSyntax:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Linux (3.6)
on:
push:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
pull_request:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
jobs:
testLinux36:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Linux (3.7)
on:
push:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
pull_request:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
jobs:
testLinux37:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Linux (3.8)
on:
push:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
pull_request:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
jobs:
testLinux38:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Linux (3.9)
on:
push:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
pull_request:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
jobs:
testLinux39:
+4 -4
View File
@@ -1,10 +1,10 @@
name: macOS (3.8)
name: macOS (3.9)
on:
push:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
pull_request:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
jobs:
testMac38:
@@ -13,7 +13,7 @@ jobs:
- name: Python Setup
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
architecture: x64
- name: Install Packages
run: |
+4 -4
View File
@@ -1,10 +1,10 @@
name: Windows (3.8)
name: Windows (3.9)
on:
push:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
pull_request:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
jobs:
testWin38:
@@ -13,7 +13,7 @@ jobs:
- name: Python Setup
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
architecture: x64
- name: Checkout Source
uses: actions/checkout@v2
+2 -2
View File
@@ -4,8 +4,8 @@
[![Linux (3.7)](https://github.com/vkbo/novelWriter/workflows/Linux%20(3.7)/badge.svg?branch=main)](https://github.com/vkbo/novelWriter/actions)
[![Linux (3.8)](https://github.com/vkbo/novelWriter/workflows/Linux%20(3.8)/badge.svg?branch=main)](https://github.com/vkbo/novelWriter/actions)
[![Linux (3.9)](https://github.com/vkbo/novelWriter/workflows/Linux%20(3.9)/badge.svg?branch=main)](https://github.com/vkbo/novelWriter/actions)
[![Windows (3.8)](https://github.com/vkbo/novelWriter/workflows/Windows%20(3.8)/badge.svg?branch=main)](https://github.com/vkbo/novelWriter/actions)
[![macOS (3.8)](https://github.com/vkbo/novelWriter/workflows/macOS%20(3.8)/badge.svg?branch=main)](https://github.com/vkbo/novelWriter/actions)
[![Windows (3.9)](https://github.com/vkbo/novelWriter/workflows/Windows%20(3.9)/badge.svg?branch=main)](https://github.com/vkbo/novelWriter/actions)
[![macOS (3.9)](https://github.com/vkbo/novelWriter/workflows/macOS%20(3.9)/badge.svg?branch=main)](https://github.com/vkbo/novelWriter/actions)
[![flake8](https://github.com/vkbo/novelWriter/workflows/flake8/badge.svg)](https://github.com/vkbo/novelWriter/actions)
[![codecov](https://codecov.io/gh/vkbo/novelWriter/branch/main/graph/badge.svg)](https://codecov.io/gh/vkbo/novelWriter)
[![docs](https://readthedocs.org/projects/novelwriter/badge/?version=latest)](https://novelwriter.readthedocs.io/en/latest/?badge=latest)