Changeset - 9816e249ce2e
[Not reviewed]
default
0 2 0
Drew Perttula - 12 years ago 2013-06-04 20:29:13
drewp@bigasterisk.com
add nose build instructions
Ignore-this: 625ccbfc8cd9b46ab1f523a721aa7bac
2 files changed with 11 insertions and 2 deletions:
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
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
 

	
 
PYTHON=/usr/bin/pypy
 
PYTHON=/usr/bin/python
pydeps
Show inline comments
 
@@ -3,7 +3,10 @@ Twisted==13.0.0
 
webcolors==1.4
 
Louie==1.1
 
cyclone==1.1
 

	
 
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
0 comments (0 inline, 0 general)