summaryrefslogtreecommitdiff
path: root/docutils/docs
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-04-03 11:12:45 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-04-03 11:12:45 +0000
commit65b165ede094600cbf9127826b030d811cac7efd (patch)
tree60a496f867484c7505637a8c78d7a0ddafa4a1ee /docutils/docs
parent8847709f57506ed97a40b08fbcff87976e5731fe (diff)
downloaddocutils-65b165ede094600cbf9127826b030d811cac7efd.tar.gz
Fix script name, add tox
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8650 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
-rw-r--r--docutils/docs/dev/release.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/docutils/docs/dev/release.txt b/docutils/docs/dev/release.txt
index c17c01cae..2e010f719 100644
--- a/docutils/docs/dev/release.txt
+++ b/docutils/docs/dev/release.txt
@@ -23,16 +23,20 @@ Releasing (post 2020)
Change the ``Changes Since <previous release>`` to ``Release <version>``.
-* Set new version with ``sandbox/infrastructure/set:version.sh``
+* Set new version with ``sandbox/infrastructure/set_version.sh <version>``
Check what was changed with version control system
- run tests ::
+ Run tests ::
export PYTHONWARNINGS=default
python2 test/alltests.py
python3 test/alltests.py
+ or use tox.
+
+ ``export PYTHONWARNINGS=default`` prints DeprecationWarnings in python3.
+
* Generate universal wheel and source-distribution::
python3 setup.py sdist