Skip to content

Commit

Permalink
Update release instructions to include py37,py38, and doc Tox envs
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Dec 27, 2019
1 parent 777c143 commit 170bed3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Releasing a new version
version to be released.
#. Increase the version in ``./mtools/version.py`` from ``x.y.z-dev`` to
``x.y.z``.
#. Make sure tests are passing in Python 3.6 via ``tox -e py36``.
#. Make sure tests are passing in Python 3.6, 3.7, and 3.8 via
``tox -re py36,py37,py38``.
#. Make sure documentation tests are passing via ``tox -re doc``.
#. Update README.rst and CHANGES.rst accordingly.
#. Any other cleanup tasks.
#. (optional) leave the release branch for a few days to give others a chance
Expand Down

0 comments on commit 170bed3

Please sign in to comment.