From b66bfbd1bc4eb45312ed44778c4072ae230cf63a Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 12 Jul 2021 22:56:01 +0100 Subject: Update pythonpackage.yml Remove nose tests --- .github/workflows/pythonpackage.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.github/workflows/pythonpackage.yml') diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 53da7614..c9faf0f1 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -42,21 +42,19 @@ jobs: # and cause subsequent tests to fail cat test/fixtures/.gitconfig >> ~/.gitconfig - name: Lint with flake8 + run: | set -x pip install flake8 # stop the build if there are Python syntax errors or undefined names flake8 --ignore=W293,E265,E266,W503,W504,E731 --count --show-source --statistics + - name: Check types with mypy run: | set -x pip install tox tox -e type - - name: Test with nose - run: | - set -x - pip install nose - nosetests -v --with-coverage + - name: Documentation run: | set -x -- cgit v1.2.1