Mercurial > code > home > repos > light9
changeset 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 | 05aabe3d7b02 |
children | 6bd158820ae8 |
files | makefile pydeps |
diffstat | 2 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/makefile Tue Jun 04 20:28:49 2013 +0000 +++ b/makefile Tue Jun 04 20:29:13 2013 +0000 @@ -1,5 +1,11 @@ +NOSEARGS="--no-path-adjustment light9.rdfdb.rdflibpatch light9.rdfdb.patch" + tests: - bin/python `which nosetests` --no-path-adjustment light9.rdfdb.rdflibpatch + eval env/bin/nosetests -x $(NOSEARGS) + +tests_watch: + eval env/bin/nosetests --with-watch $(NOSEARGS) + install_python_deps: env/bin/pip install -r pydeps