Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 835eea7

Browse files
committed
do style check only for python 3.6
1 parent 659bc9a commit 835eea7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
max-parallel: 4
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [3.6, 3.7]
11+
python-version: [3.7]
1212

1313
runs-on: ${{ matrix.os }}
1414

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{36,37}, flake8, bandit, pytest
2+
envlist = flake8, bandit, pytest
33
skipdist = True
44

55
[testenv:bandit]
@@ -31,5 +31,5 @@ deps =
3131

3232
[gh-actions]
3333
python =
34-
3.6: flake8, pytest, bandit
34+
3.6: pytest
3535
3.7: flake8, pytest, bandit

0 commit comments

Comments
 (0)