Skip to content

Commit

Permalink
Merge pull request #10 from pabluk/enable-doctests
Browse files Browse the repository at this point in the history
Enable doctests with nose
  • Loading branch information
pabluk authored Apr 9, 2021
2 parents 999e928 + ae30409 commit 50b864e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Test with nose
run: |
pip install nose
nosetests
nosetests --with-doctest --verbose

0 comments on commit 50b864e

Please sign in to comment.