aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 7e95437..2671c63 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -16,5 +16,5 @@ your changes. To have the best experience contributing, please:
16All code is reviewed before acceptance and changes may be requested to better 16All code is reviewed before acceptance and changes may be requested to better
17follow the conventions of the existing API. 17follow the conventions of the existing API.
18 18
19The build system runs ``python setup.py release`` on all supported Python 19The build system runs ``tox -e tests,release`` on all supported Python
20versions. You can, and should, run this on your pull request before submitting. 20versions. You can, and should, run this on your pull request before submitting.