Skip to content

Commit

Permalink
dump a list of installed python packages
Browse files Browse the repository at this point in the history
* this will help identify certain problems while using Travis
  (successful tests when they should have failed and failed things when
  they should have succeeded)
  • Loading branch information
Mikhail Sobolev committed Feb 8, 2015
1 parent c2e9c97 commit 5427d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -109,6 +109,7 @@ script:
- "[ $IS_LATEST = false ] || make pyflakes"
- "[ $IS_LATEST = false ] || make docs"
- "[ $IS_LATEST = false ] || make pep8"
- "echo 'travis_fold:start:piplist'; pip list; echo 'travis_fold:end:piplist'"

notifications:
email: false
Expand Down

0 comments on commit 5427d0e

Please sign in to comment.