Skip to content

Commit b88c51f

Browse files
committed
ci: print pip freeze output, for debugging
Summary: This was removed in #2278, but is actually pretty helpful. wchargin-branch: ci-pip-freeze
1 parent 8cd4030 commit b88c51f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ install:
6868
- pip install moto==1.3.7
6969
# Workaround for https://github.com/travis-ci/travis-ci/issues/7940
7070
- sudo rm -f /etc/boto.cfg
71+
- pip freeze # print installed distributions, for debugging purposes
7172
- elapsed "install (done)"
7273

7374
before_script:

0 commit comments

Comments
 (0)