Port to Python 3, use pipenv, add defaults to get_env_variable
This commit is contained in:
parent
321edba5f7
commit
8ba50c4fef
13 changed files with 130 additions and 31 deletions
15
README.rst
15
README.rst
|
|
@ -1,5 +1,20 @@
|
|||
=========
|
||||
gvacommon
|
||||
=========
|
||||
|
||||
This module contains code that is intended to be shared between gnuviechadmin
|
||||
components.
|
||||
|
||||
Install dependencies
|
||||
====================
|
||||
|
||||
.. code-block::
|
||||
|
||||
pipenv install --dev
|
||||
|
||||
Run tests
|
||||
=========
|
||||
|
||||
.. code-block::
|
||||
|
||||
pipenv run coverage run --branch setup.py test
|
||||
Loading…
Add table
Add a link
Reference in a new issue