aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-06-09 01:07:31 +0000
committerMike Crute <mike@crute.us>2020-06-09 02:25:32 +0000
commitf6714a399003e660d310172391dfb762ea306b00 (patch)
tree9eaae019ca5dcbb7b6e23ac775e066fa990a3084 /CONTRIBUTING.rst
parente42c95b978a83a1ba48020b6d84218f2f17b5db4 (diff)
downloadpydora-f6714a399003e660d310172391dfb762ea306b00.tar.bz2
pydora-f6714a399003e660d310172391dfb762ea306b00.tar.xz
pydora-f6714a399003e660d310172391dfb762ea306b00.zip
Convert build system to tox
This is the current modern way to build, package, and test python code.
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.