From 74d8cef6799d6e3e8a137a8c4115e48db1eda0cc Mon Sep 17 00:00:00 2001 From: meejah Date: Mon, 14 May 2018 22:23:52 -0600 Subject: [PATCH] add command-line --- docs/how_to_make_a_tahoe-lafs_release.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how_to_make_a_tahoe-lafs_release.org b/docs/how_to_make_a_tahoe-lafs_release.org index 158dda779..e430e463b 100644 --- a/docs/how_to_make_a_tahoe-lafs_release.org +++ b/docs/how_to_make_a_tahoe-lafs_release.org @@ -23,7 +23,8 @@ - [ ] code passes all checks / tests (i.e. all CI is green) - [ ] documentation is ready (see above) - - [ ] build code locally + - [ ] build code locally: + tox -e py27,codechecks,coverage,deprecations,docs,integration,tarballs,upcoming-deprecations - [ ] release version is reporting itself as intended version - [ ] created tarballs (for later comparision) - [ ] 'git pull' doesn't pull anything