mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
python2 and clarified coverage
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
#!/bin/sh -xe
|
#!/bin/sh -xe
|
||||||
# Developer virtualenv setup for Let's Encrypt client
|
# Developer virtualenv setup for Let's Encrypt client
|
||||||
|
|
||||||
|
export VENV_ARGS="--python python2"
|
||||||
|
|
||||||
./bootstrap/dev/_venv_common.sh \
|
./bootstrap/dev/_venv_common.sh \
|
||||||
-r requirements.txt \
|
-r requirements.txt \
|
||||||
-e acme[testing] \
|
-e acme[testing] \
|
||||||
|
|||||||
@@ -7,9 +7,9 @@ Contributing
|
|||||||
Hacking
|
Hacking
|
||||||
=======
|
=======
|
||||||
|
|
||||||
The code base, including your pull requests, **must** have 100% unit
|
All changes in your pull request **must** have 100% unit test coverage, pass
|
||||||
test coverage, pass our `integration`_ tests **and** be compliant with
|
our `integration`_ tests, **and** be compliant with the
|
||||||
the :ref:`coding style <coding-style>`.
|
:ref:`coding style <coding-style>`.
|
||||||
|
|
||||||
|
|
||||||
Bootstrap
|
Bootstrap
|
||||||
|
|||||||
Reference in New Issue
Block a user