Skip to content

Commit bcd62ef

Browse files
committed
chore: drop tests on python v2
1 parent c316314 commit bcd62ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.semaphore/semaphore.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ blocks:
1313
prologue:
1414
commands:
1515
- checkout
16-
- sem-version python 3.7
1716
- python -m pip install --upgrade pip
1817
- pip install -e .[dev]
1918
jobs:
2019
- name: python3 + codecov
2120
commands:
22-
- sem-version python 3.7
2321
- flake8 . --count --select=E9,F7,F82 --show-source --statistics
2422
- flake8 . --count --exit-zero --max-complexity=10 --statistics
2523
- pytest --cov-report xml --cov=workos

0 commit comments

Comments
 (0)