Skip to content

Commit

Permalink
output list of installed python packages at the end of install step
Browse files Browse the repository at this point in the history
Output will be collapsed for the same reason as in PR #2227.
Previously if some of testing steps failed `pip list` command is not issued at all.
  • Loading branch information
rutsky committed May 12, 2016
1 parent 0e43a2b commit 2af9660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ install:
# https://github.com/pypa/setuptools/issues/500
- "[ $TESTS != setuppy_test ] || pip install autobahn Twisted"

- "pip list"

before_script:
# create real MySQL database for tests
- mysql -e 'create database bbtest;'
Expand Down Expand Up @@ -179,8 +181,6 @@ script:

- "[ $TESTS != trial_worker_only ] || trial --reporter=text --rterrors buildbot.test buildbot_worker.test"

- "echo 'travis_fold:start:piplist'; pip list; echo 'travis_fold:end:piplist'"

notifications:
email: false

Expand Down

0 comments on commit 2af9660

Please sign in to comment.