mypy: Print mypy version used
"tox -e mypy" doesn't show which version of mypy is being used, add this for convenience. Change-Id: Ic0fc286d78ab4040d005507948c7019d2949f471
This commit is contained in:
parent
cd7a4da7af
commit
d3807bb59a
@ -14,6 +14,8 @@ ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||||||
|
|
||||||
#export MYPYPATH=$ROOT_DIR/../cinder/tests/stubs/
|
#export MYPYPATH=$ROOT_DIR/../cinder/tests/stubs/
|
||||||
|
|
||||||
|
python -m mypy -V
|
||||||
|
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
# if no arguments provided, use the standard converted lists
|
# if no arguments provided, use the standard converted lists
|
||||||
lines=$(grep -v '#' $ROOT_DIR/../mypy-files.txt)
|
lines=$(grep -v '#' $ROOT_DIR/../mypy-files.txt)
|
||||||
|
Loading…
Reference in New Issue
Block a user