added CI badge, removed linting
This commit is contained in:
parent
9ab1c8afcb
commit
b6a74f7b45
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user