summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2016-10-09 13:40:13 -0400
committerBarry Warsaw2016-10-09 13:40:13 -0400
commitf2a532ef1d86f93072479b9e3250e9a3b54d51c2 (patch)
treef464d67727ba8b45fb390ac52d3af8c1bb202c8c
parent76a8fe7819b228279bc2dd4090c93e4ebae8311b (diff)
parent497654af9a2aed3168c36b4c2f46cab53db0452e (diff)
downloadmailman-f2a532ef1d86f93072479b9e3250e9a3b54d51c2.tar.gz
mailman-f2a532ef1d86f93072479b9e3250e9a3b54d51c2.tar.zst
mailman-f2a532ef1d86f93072479b9e3250e9a3b54d51c2.zip
Merge branch 'master' into issue213
-rw-r--r--src/mailman/docs/CONTRIBUTE.rst13
-rw-r--r--tox.ini1
2 files changed, 14 insertions, 0 deletions
diff --git a/src/mailman/docs/CONTRIBUTE.rst b/src/mailman/docs/CONTRIBUTE.rst
index f0e273b59..dab6f6de5 100644
--- a/src/mailman/docs/CONTRIBUTE.rst
+++ b/src/mailman/docs/CONTRIBUTE.rst
@@ -52,6 +52,19 @@ of the GNU Mailman copyright. If you'd like to jump start your copyright
assignment, please contact the GNU Mailman `steering committee`_.
+Get the sources
+===============
+
+The Mailman 3 source code is version controlled using Git. You can get a
+local copy by running this command::
+
+ $ git clone https://gitlab.com/mailman/mailman.git
+
+or if you have a GitLab account and prefer ssh::
+
+ $ git clone git@gitlab.com:mailman/mailman.git
+
+
Testing Mailman 3
=================
diff --git a/tox.ini b/tox.ini
index 90054a2fb..c015cc699 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,6 +16,7 @@ commands =
#sitepackages = True
usedevelop = True
deps =
+ falcon
{coverage,diffcov}: coverage
pg: psycopg2
mysql: pymysql