git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
125d7c8
)
CI: move lint before test and add Python 3.8
author
XhmikosR
<redacted>
Wed, 29 Apr 2020 12:17:46 +0000
(15:17 +0300)
committer
XhmikosR
<redacted>
Wed, 29 Apr 2020 12:31:55 +0000
(15:31 +0300)
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 41cfd8bdbcdf81b792e5418c781c83113e3ef6df..88855d25f14bfdfb01c692e549ed9429b7718de8 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT