Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 653 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 653 Bytes

Development

Build requirements

Create and activate a virtualenv for watchbot-progress-py.

then:

$ pip install -U pip
$ pip install -r requirements-dev.txt

Installing watchbot-progress-py

watchbot-progress-py and it's dev and test dependencies can be installed with:

$ pip install -e .[test]

Running the tests

Tests can be run locally with:

tox

Publishing a release

In order to publish a watchbot-progress-py release to PyPI, you'll need access to a Maintainer account.

python setup.py sdist bdist_wheel --universal
twine upload dist/*