diff options
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -73,9 +73,23 @@ Viewstate HMAC signatures are also supported. In case there are any remaining by Development ----------- +Development packages can be installed with ``pipenv``. Unit tests and code formatting tasks can be run with the builtin scripts: + +.. code-block:: shell + + $ pipenv sync -d + $ pipenv run test + $ pipenv run format + +For PyPI releases, follow the build, check and upload scripts. + .. code-block:: shell - $ pytest + $ pipenv run build + $ pipenv run check + $ pipenv run upload + +Note that for uploading a new package version, a valid PyPI auth token should be defined in ``~/.pypirc``. References ---------- |
