Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c382f36

Browse files
committedApr 11, 2020
See if tests with nose just work like that in github actions
1 parent d3c8760 commit c382f36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
set -x
6060
pip install -r doc/requirements.txt
6161
make -C doc html
62-
- name: Test with pytest
62+
- name: Test with nose
6363
run: |
6464
set -x
65-
pip install pytest
66-
pytest
65+
pip install nosetest
66+
nosetests -v --with-coverage

0 commit comments

Comments
 (0)
Please sign in to comment.