Skip to content

Commit

Permalink
Removed Nose references.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc committed Sep 15, 2020
1 parent ef273e3 commit 0785112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Python 3 only (from version 1.1.0 forward):
```
$ pip install twine
$ pip install 'readme_renderer[md]'
$ python setup.py test # run Nose tests. Make sure they pass.
$ python setup.py test # run tests. Make sure they pass.
$ python setup.py docs # create API docs (for main project page)
$ python setup.py sdist bdist_wheel
$ twine check dist/*
Expand Down

0 comments on commit 0785112

Please sign in to comment.