# HG changeset patch # User Drew Perttula # Date 1370377753 0 # Node ID 9816e249ce2e1b57748d1bea6ad97f10927af6b0 # Parent 05aabe3d7b023231253fcd4b3046b5d8bb4a16e0 add nose build instructions Ignore-this: 625ccbfc8cd9b46ab1f523a721aa7bac diff -r 05aabe3d7b02 -r 9816e249ce2e makefile --- 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 diff -r 05aabe3d7b02 -r 9816e249ce2e pydeps --- a/pydeps Tue Jun 04 20:28:49 2013 +0000 +++ b/pydeps Tue Jun 04 20:29:13 2013 +0000 @@ -6,4 +6,7 @@ web.py==0.37 restkit==4.2.1 -ipython==0.13.2 \ No newline at end of file +ipython==0.13.2 +nose==1.3.0 +nose-alert==0.9.0 +ipdb==0.7 \ No newline at end of file