Skip to content

Commit

Permalink
Remove pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Armstead authored Jul 24, 2021
1 parent e878e15 commit a796219
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

on: [push]

jobs:
Expand Down Expand Up @@ -26,6 +25,5 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
- name: Test run
run: python3 src/main.py

0 comments on commit a796219

Please sign in to comment.