- Python 2.7
- Python headers (sudo apt-get install python-dev)
- CouchDB (sudo apt-get install couchdb)
- virtualenv ve && source ve/bin/activate
- or with virtualenvwrapper
mkvirtualenv mangrove
pip install -r requirements.pip
nosetests
And hopefully hudson will run tests, and they will pass.