Skip to content

Instantly share code, notes, and snippets.

@mvasilkov
Created September 6, 2012 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvasilkov/3653079 to your computer and use it in GitHub Desktop.
Save mvasilkov/3653079 to your computer and use it in GitHub Desktop.
Makefile for Tako Neko :3
vx:
virtualenv vx
requirements: vx
vx/bin/pip install -r requirements.txt
test_modules = main users
test:
vx/bin/python manage.py test $(test_modules) -v2 --failfast
# And in requirements.txt:
-e git://github.com/mvasilkov/bleach.git#egg=bleach
MySQL-python
django
django-annoying
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment