Merge pull request #910 from letsencrypt/dev_stuff

Specify python2 and clarify coverage requirements
This commit is contained in:
bmw 2015-10-06 11:22:21 -07:00
commit 63dc3cbb2a
2 changed files with 5 additions and 3 deletions

View file

@ -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] \

View file

@ -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