Skip to content

Commit c2dfa3c

Browse files
committed
Python>=3.6
1 parent 2bb44dc commit c2dfa3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.7, 3.8]
14+
python-version: [3.6, 3.7, 3.8]
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -42,4 +42,4 @@ jobs:
4242
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4343
- name: Test with pytest
4444
run: |
45-
pytest -v
45+
pytest -s

0 commit comments

Comments
 (0)