Files @ 0f7e99d02dc6
Branch filter:

Location: light9/makefile - annotation

Drew Perttula
subcomposer support logging. don't start with a bogus sub
Ignore-this: f28e1e812e0d7e26e49abb8ee428d4db
NOSEARGS="--no-path-adjustment light9.rdfdb.rdflibpatch light9.rdfdb.patch"

tests:
	eval env/bin/nosetests -x $(NOSEARGS)

tests_watch:
	eval env/bin/nosetests --with-watch $(NOSEARGS)


install_python_deps:
	env/bin/pip install -r pydeps

PYTHON=/usr/bin/pypy
PYTHON=/usr/bin/python

create_virtualenv:
	mkdir -p env
	virtualenv -p $(PYTHON) env