We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847803b commit b9a287aCopy full SHA for b9a287a
.github/workflows/CI.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Run flake8
26
run: |
27
flake8 --max-line-length=110 src/
28
+ if: matrix.python-version != '2.7'
29
- name: Run unit tests
30
31
python utest/run.py
0 commit comments