summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Moss <drkjam@gmail.com>2017-01-13 00:17:00 +0000
committerDavid Moss <drkjam@gmail.com>2017-01-13 00:17:00 +0000
commit0be135d644a4cc07d61fc3497c0acf74e662a34b (patch)
tree3747f6149aff906f8e4528bf683c845fd3ab5a42
parentf176327c67b51c271c6d6b2ffbd3b23f640bfa9d (diff)
downloadnetaddr-0be135d644a4cc07d61fc3497c0acf74e662a34b.tar.gz
- fixed documentation
-rw-r--r--RELEASE2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 204b2bb..89c86dd 100644
--- a/RELEASE
+++ b/RELEASE
@@ -8,7 +8,7 @@ Here is how to go about releasing a new version of `netaddr`.
* Run the tests under Python 2.7.x and Python 3.4.x at a minimum, like so
- `python setup.py test`
+ `make test`
* Update the CHANGELOG with details of all changes since the last release.
Ensure that all references to various tickets and merge requests are included.