Skip to content

Commit b9a287a

Browse files
committed
Not in Python 2
1 parent 847803b commit b9a287a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Run flake8
2626
run: |
2727
flake8 --max-line-length=110 src/
28+
if: matrix.python-version != '2.7'
2829
- name: Run unit tests
2930
run: |
3031
python utest/run.py

0 commit comments

Comments
 (0)