view makefile @ 825:a8942364e4ee

switch from buildout to virtualenv Ignore-this: 6fce3aea6dc32318f111312e212bd70a
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 04 Jun 2013 19:31:39 +0000
parents f7ae0faa0a44
children 9816e249ce2e
line wrap: on
line source

tests:
	bin/python `which nosetests` --no-path-adjustment light9.rdfdb.rdflibpatch

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