Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 467 Bytes

developer.rst

File metadata and controls

33 lines (21 loc) · 467 Bytes

bash

Developer guide

Setup developer environment

$ git clone https://github.com/iElectric/mr.bob.git
$ cd mrbob
$ virtualenv .
$ source bin/activate
$ python setup.py develop
$ easy_install mr.bob[test,development]
$ mrbob --help

Running tests

Easy as:

$ ./bin/test

Making a Release

Using `zest.releaser`:

$ bin/fullrelease