Skip to content

Commit

Permalink
tests: add pip freeze to travis for better debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Panero committed Feb 24, 2020
1 parent 4a6946d commit 419d12f
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 @@ -45,6 +45,7 @@ before_install:
install:
- "travis_retry pip install -r .travis-${REQUIREMENTS}-requirements.txt"
- "travis_retry pip install -e .[all]"
- "pip freeze"

script:
- "./run-tests.sh"
Expand Down

0 comments on commit 419d12f

Please sign in to comment.