summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Changed Makefile to shell script. The Makefile approach completely brokeMonty Taylor2010-07-271-40/+0
| | | | debhelper's ability to figure out that this was a python package.
* Add a 'sdist' make target. It first generates a MANIFEST.in based on what's ↵Soren Hansen2010-07-271-0/+9
| | | | in bzr, then calls python setup.py sdist.
* Automatically choose the correct type of test (virtualenv or system).Soren Hansen2010-07-271-1/+5
|
* Fixes to the virtualenv installerVishvananda Ishaya2010-07-261-1/+1
|
* Move virtualenv installation out of the makefile.andy2010-07-261-14/+14
| | | | | Also adds some tools for dealing with virtualenvs to the tools directory.
* Adds a Makefile to fill dependencies for testing.Andy Smith2010-07-231-0/+27
Depends upon pip being installed, but pip is pretty much the standard nowadays and is just an easy_install away if it isn't there. The only dependency installed on to the system is virtualenv which is used to make the other dependencies local to the current environment. Does not remove the need to install redis by hand, though I am in favor of making that possible (using aptitude on linux and brew on os x) I look forward to cutting away at some of these dependencies in further commits.