summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-07-14 07:43:41 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-07-14 07:45:05 +0800
commitcf9b511ac3386910b695fa6482b7488802f77eb2 (patch)
tree52a90b1f3e841d3e73d74d70ab1170b5388ee1aa /.github
parent63f5541c183a22b0aff012c9b0c7df76142d63fa (diff)
downloadgitpython-cf9b511ac3386910b695fa6482b7488802f77eb2.tar.gz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml11
1 files changed, 1 insertions, 10 deletions
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