Changeset - 1b42120d97f5
[Not reviewed]
default
0 1 0
Drew Perttula - 8 years ago 2017-05-24 08:30:56
drewp@bigasterisk.com
mypy upgrade
Ignore-this: f3d15dd4ced025a818b9601edb3ba8e9
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
@@ -96,16 +96,19 @@ darcs_show_checkpoint:
 
arduino_upload: /usr/share/arduino/Arduino.mk
 
	cd rgbled
 
	make upload
 

	
 
effect_node_setup: create_virtualenv packages binexec install_python_deps
 

	
 
coffee:
 
	zsh -c 'coffee -cw light9/web/{.,live,timeline,paint}/*.coffee'
 

	
 
env-mypy/bin/mypy:
 
	mkdir -p env-mypy
 
	virtualenv -p /usr/bin/python3  env-mypy/
 
	env-mypy/bin/pip install mypy==0.501 lxml==3.7.3
 
	env-mypy/bin/pip install mypy==0.510 lxml==3.7.3
 

	
 
mypy-collector: env-mypy/bin/mypy
 
	env-mypy/bin/mypy --py2 --ignore-missing-imports --strict-optional --custom-typeshed-dir stubs --html-report /tmp/rep bin/collector light9/collector/*.py
 

	
 
mypy-paint: env-mypy/bin/mypy
 
	env-mypy/bin/mypy --py2 --ignore-missing-imports --strict-optional --custom-typeshed-dir stubs --html-report /tmp/rep light9/paint/*.py
0 comments (0 inline, 0 general)