view makefile @ 837:f3364e9f5c03

got tired of long tracebacks in the console Ignore-this: 5c2a047b946e8e478f2e37373f67de2d
author drewp@bigasterisk.com
date Tue, 26 Mar 2013 07:03:28 +0000
parents 9816e249ce2e
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