- Make:
- pipenv: http://docs.pipenv.org
Install project dependencies into a virtual environment:
$ make install
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
.
Build the documentation:
$ make doc
Run linters and static analyzers:
$ make check
The CI server will report overall build status:
$ make ci
Release to PyPI:
$ make upload