Files @ 05aabe3d7b02
Branch filter:

Location: light9/makefile

Drew Perttula
fix some minor issues with graph contexts
Ignore-this: 7fd366a4b6cbd94af6f9edb1b4b4c6fc
tests:
	bin/python `which nosetests` --no-path-adjustment light9.rdfdb.rdflibpatch

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