CI: move lint before test and add Python 3.8
authorXhmikosR <redacted>
Wed, 29 Apr 2020 12:17:46 +0000 (15:17 +0300)
committerXhmikosR <redacted>
Wed, 29 Apr 2020 12:31:55 +0000 (15:31 +0300)
.github/workflows/ci.yml

index 41cfd8bdbcdf81b792e5418c781c83113e3ef6df..88855d25f14bfdfb01c692e549ed9429b7718de8 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT