diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b0ea09..f8f7d7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index aa2105f..223a335 100644 --- a/README.md +++ b/README.md @@ -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