Files @ 9f771db2b0b6
Branch filter:

Location: light9/makefile

Drew Perttula
don't react to inotify events that are just us reading the file
Ignore-this: 5bbb75a72e2db038b1891c5aa7cce8b0
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