Skip to content

Commit

Permalink
Add some debugging to azure mypy job (#25632)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and balloob committed Aug 1, 2019
1 parent a398b39 commit 767b8e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines-ci.yml
Expand Up @@ -201,15 +201,19 @@ stages:
container: $[ variables['PythonMain'] ]
steps:
- script: |
set -x
python -m venv venv
. venv/bin/activate
pip install -r requirements_test.txt -c homeassistant/package_constraints.txt
displayName: 'Setup Env'
- script: |
set -x
TYPING_FILES=$(cat mypyrc)
echo -e "Run mypy on: \n$TYPING_FILES"
. venv/bin/activate
python --version
mypy --version
mypy $TYPING_FILES
displayName: 'Run mypy'

0 comments on commit 767b8e9

Please sign in to comment.