mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
python2 and clarified coverage
This commit is contained in:
parent
410f9bf383
commit
b275df13d3
2 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#!/bin/sh -xe
|
||||
# Developer virtualenv setup for Let's Encrypt client
|
||||
|
||||
export VENV_ARGS="--python python2"
|
||||
|
||||
./bootstrap/dev/_venv_common.sh \
|
||||
-r requirements.txt \
|
||||
-e acme[testing] \
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ Contributing
|
|||
Hacking
|
||||
=======
|
||||
|
||||
The code base, including your pull requests, **must** have 100% unit
|
||||
test coverage, pass our `integration`_ tests **and** be compliant with
|
||||
the :ref:`coding style <coding-style>`.
|
||||
All changes in your pull request **must** have 100% unit test coverage, pass
|
||||
our `integration`_ tests, **and** be compliant with the
|
||||
:ref:`coding style <coding-style>`.
|
||||
|
||||
|
||||
Bootstrap
|
||||
|
|
|
|||
Loading…
Reference in a new issue