Files @ 231a8b3aedc3
Branch filter:

Location: light9/makefile

Drew Perttula
showconfig still reads n3 files on its own for legacy code. reads anything in top dir, not just config.n3 and patch.n3
Ignore-this: c510095c0c05e7508161fd4adc75449a
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