Skip to content

Commit

Permalink
Adding test output to fix AppVeyor's failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbushkov authored Aug 12, 2019
1 parent d399ef6 commit 24d6e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor/tests/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ install:
fi
- virtualenv "${GRR_VENV}"
- ${GRR_VENV}/bin/pip install pytest-xdist
- echo "${HOME}"
- bash -c 'echo $HOME'
- travis/install.sh

# Appveyor will try to build any Visual Studio projects it finds
Expand Down

0 comments on commit 24d6e53

Please sign in to comment.