Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 424 Bytes

README.rst

File metadata and controls

24 lines (17 loc) · 424 Bytes

rio(WIP)

How to contribute?

  1. Start from scratch:

    $ virtualenv venv
    $ source venv/bin/activate
    (venv) $ python setup.py develop
    (venv) $ rio db upgrade
    (venv) $ rio runworker
    (venv) $ rio runserver
    
  2. Please use gpg to sign your commits.

How to Test?

Test:

(venv) $ pip install -r tests-requirements.txt
(venv) $ venv/bin/py.test tests