Skip to content

Commit

Permalink
ci: print pip freeze output, for debugging (#2495)
Browse files Browse the repository at this point in the history
Summary:
This was removed in #2278, but is actually pretty helpful.

wchargin-branch: ci-pip-freeze
  • Loading branch information
wchargin authored Aug 5, 2019
1 parent c0565d9 commit f39f71c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ install:
- pip install moto==1.3.7
# Workaround for https://github.com/travis-ci/travis-ci/issues/7940
- sudo rm -f /etc/boto.cfg
- pip freeze # print installed distributions, for debugging purposes
- elapsed "install (done)"

before_script:
Expand Down

0 comments on commit f39f71c

Please sign in to comment.