From: XhmikosR Date: Wed, 29 Apr 2020 12:17:46 +0000 (+0300) Subject: CI: move lint before test and add Python 3.8 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bdcb4954e9ac366befb49a1afaf084a9b1f11cbc;p=stevenblack-hosts.git CI: move lint before test and add Python 3.8 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41cfd8bdb..88855d25f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - python: [3.5, 3.6, 3.7] + python: [3.5, 3.6, 3.7, 3.8] os: [ubuntu-latest, macos-latest] steps: @@ -41,5 +41,5 @@ jobs: - name: Run tests run: | export PATH="$HOME/miniconda3/bin:$PATH" - ci/test.sh ci/lint.sh + ci/test.sh