Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 852 Bytes

CONTRIBUTING.md

File metadata and controls

69 lines (44 loc) · 852 Bytes

For Contributors

Setup

Requirements

Installation

Install project dependencies into a virtual environment:

$ make install

Development Tasks

Testing

Manually run the tests:

$ make test

or keep them running on change:

$ make watch

In order to have OS X notifications, brew install terminal-notifier.

Documentation

Build the documentation:

$ make docs

Static Analysis

Run linters and static analyzers:

$ make check

Continuous Integration

The CI server will report overall build status:

$ make ci

Release Tasks

Release to PyPI:

$ make upload