view makefile @ 826:05aabe3d7b02

fix some minor issues with graph contexts Ignore-this: 7fd366a4b6cbd94af6f9edb1b4b4c6fc
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 04 Jun 2013 20:28:49 +0000
parents a8942364e4ee
children 9816e249ce2e
line wrap: on
line source

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