Files @ a8942364e4ee
Branch filter:

Location: light9/makefile - annotation

Drew Perttula
switch from buildout to virtualenv
Ignore-this: 6fce3aea6dc32318f111312e212bd70a
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