projects
/
EVA-2020-02-2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f5e80
)
Update python versions for CI (#96)
author
Philip Howard
<phil@pimoroni.com>
Tue, 26 Jan 2021 17:18:36 +0000
(17:18 +0000)
committer
GitHub
<noreply@github.com>
Tue, 26 Jan 2021 17:18:36 +0000
(17:18 +0000)
* Drop Python 3.4 - GitHub reports it as not found, despite it being in the list it links to!?!?!?
* Fix Coveralls
.github/workflows/test.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/test.yml
b/.github/workflows/test.yml
index d8187f0a445e1936359abe1fc706864eaaf1ee58..89154d53060e6a1f01e62a8de1834db8d80f281f 100644
(file)
--- a/
.github/workflows/test.yml
+++ b/
.github/workflows/test.yml
@@
-11,7
+11,7
@@
jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python: [2.7, 3.
4, 3.5
, 3.7, 3.8]
+ python: [2.7, 3.
5, 3.6
, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
@@
-32,6
+32,6
@@
jobs:
working-directory: library
run: |
python -m pip install coveralls
- coveralls
+ coveralls
--service=github
if: ${{ matrix.python == '3.8' }}