From cf9b511ac3386910b695fa6482b7488802f77eb2 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 14 Jul 2021 07:43:41 +0800 Subject: Remove docker and appveyor configuration files These weren't used by CI nor were they regularly tested. If somebody misses something, we can bring them back of course. This cleanup was triggered with the switch to pytest, and I wanted to remove everything that was present just for nosetest. --- .github/workflows/pythonpackage.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to '.github/workflows/pythonpackage.yml') diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index e575a016..115610f3 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -68,13 +68,4 @@ jobs: run: | set -x pip install -r doc/requirements.txt - make -C doc html - - # - name: Test with nose - # run: | - # set -x - # pip install nose - # nosetests -v --with-coverage - # continue-on-error: false - - + make -C doc html \ No newline at end of file -- cgit v1.2.1