From 120681806bbbb09f5907f32abd030a461bf5de9f Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Tue, 15 Oct 2019 11:17:51 -0400 Subject: [PATCH] update script options in CONTRIBUTING doc --- docs/CONTRIBUTING.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index 3dfb96df..6ae6e397 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -29,6 +29,9 @@ There are options to change the tests enviornment: * ``--py3``: run tests with Python 3. * ``--with-pgsql``: run tests with PostgreSQL database. +* ``--no-tty``: don't use tty for containers +* ``--sudo``: run docker via sudo +* ``--no-pull``: don't update docker images For example, ``contrib/run-unittests.sh --py3 --with-pgsql``.