Skip to content

Commit

Permalink
Add log statement for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
p13i committed Apr 14, 2019
1 parent 04b8513 commit f10d824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ py_version=$(python -c "import sys; print('{0[0]}.{0[1]}'.format(sys.version_inf

# If mypy is supported,
if [[ $(version_at_least ${py_version} '3.5') == true ]]; then
echo 'mypy is supported in this Python version.'
pip install flake8-mypy==17.3.3 mypy==0.700 mypy-extensions==0.4.1 typed-ast==1.3.1
else
echo 'mypy not supported in this Python version. Skipping install.';
Expand Down

0 comments on commit f10d824

Please sign in to comment.