view makefile @ 856:a59d0f4563cc

starting curvecalc editchoice Ignore-this: 3885f61f6addba30ea997cc471fd39a9
author drewp@bigasterisk.com
date Wed, 05 Jun 2013 23:39:44 +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