added CI badge, removed linting

This commit is contained in:
andy 2021-02-07 15:06:10 +00:00
parent 9ab1c8afcb
commit b6a74f7b45
2 changed files with 2 additions and 7 deletions

View File

@ -23,12 +23,5 @@ jobs:
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
poetry run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
poetry run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run tests with pytest # test script
run: poetry run test

View File

@ -1,6 +1,8 @@
spotfm
=============
![Python Tests](https://github.com/sarsoo/spotfm/workflows/Tests/badge.svg)
Utility functions sitting on top of [spotframework](https://github.com/Sarsoo/spotframework) and [fmframework](https://github.com/Sarsoo/pyspotframework).
## Track Chart Source