summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 11:05:26 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 11:05:26 +0800
commitc382f3678f25f08fc3ef1ef8ba41648f08c957ae (patch)
tree72c1f103331a2b72058c891145620ff35396008b /.github
parentd3c8760feb03dd039c2d833af127ebd4930972eb (diff)
downloadgitpython-c382f3678f25f08fc3ef1ef8ba41648f08c957ae.tar.gz
See if tests with nose just work like that in github actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index cf8eff9c..810a2220 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -59,8 +59,8 @@ jobs:
set -x
pip install -r doc/requirements.txt
make -C doc html
- - name: Test with pytest
+ - name: Test with nose
run: |
set -x
- pip install pytest
- pytest
+ pip install nosetest
+ nosetests -v --with-coverage