Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 854 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 854 Bytes

Planner

Build Status

Planning tool designed for agile teams working in iterations with third parties

TORG use this tool. You can find TORG at torg.thetestpeople.com.

Up and Running

Development depends on:

  • Phantomjs
  • Python 2.7

Everything else is managed by paver.

Local Virtual Env Managed by Paver

You will require paver and virtualenv globally in your system Python. On first run use paver once to establish the repo. Then use paver commands as needed. A good place to start is paver ci.

Using virtualenvwrapper and setup.py

Create a virtualenv as you normally would then install the dependencies then use setup.py develop. You may need to fix things yourself such as changing the virtualenv settings in pavement.py. Do not commit such changes.