view makefile @ 827:9816e249ce2e

add nose build instructions Ignore-this: 625ccbfc8cd9b46ab1f523a721aa7bac
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 04 Jun 2013 20:29:13 +0000
parents a8942364e4ee
children 8189f27679a1
line wrap: on
line source

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