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
 
@@ -105,7 +105,10 @@ 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)