python2 and clarified coverage

This commit is contained in:
Brad Warren 2015-10-06 10:49:33 -07:00
parent 410f9bf383
commit b275df13d3
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