Skip to content

Commit 49c2f69

Browse files
authored
Temporarily removing Py3.4
1 parent 089b365 commit 49c2f69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python: [3.4, 3.5, 3.6, 3.7, pypy3]
11+
python: [3.5, 3.6, 3.7, pypy3]
1212

1313
steps:
1414
- uses: actions/checkout@v1
@@ -24,4 +24,5 @@ jobs:
2424
if: matrix.python == '3.7'
2525
run: ./lint.sh all
2626
- name: Test with pytest
27+
if: success() || failure()
2728
run: pytest

0 commit comments

Comments
 (0)