Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2018-11-20 03:21:45 +0300
committerGitHub <noreply@github.com>2018-11-20 03:21:45 +0300
commit000fc0b751e140f6055c524f012d932c62a929e6 (patch)
treebaa3b40570dffb4b691074739d7845dc675503a1 /docs/contributing.rst
parent5e9a5e4daa23bae848ddff76c6964e31f9f68e8f (diff)
parent9fd4bf3dfa9ad214bff896c63a3649e28b83463c (diff)
Merge pull request #6498 from certbot/fix-merge-conflicts
Fix merge conflicts in test-everything
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 58db251d4..ead4d7e2b 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -38,13 +38,13 @@ Certbot.
cd certbot
./certbot-auto --debug --os-packages-only
- tools/venv.sh
+ python tools/venv.py
-If you have Python3 available and want to use it, run the ``venv3.sh`` script.
+If you have Python3 available and want to use it, run the ``venv3.py`` script.
.. code-block:: shell
- tools/venv3.sh
+ python tools/venv3.py
.. note:: You may need to repeat this when
Certbot's dependencies change or when a new plugin is introduced.
@@ -353,7 +353,7 @@ Steps:
1. Write your code!
2. Make sure your environment is set up properly and that you're in your
- virtualenv. You can do this by running ``./tools/venv.sh``.
+ virtualenv. You can do this by running ``pip tools/venv.py``.
(this is a **very important** step)
3. Run ``tox -e lint`` to check for pylint errors. Fix any errors.
4. Run ``tox --skip-missing-interpreters`` to run the entire test suite