Skip to content

Commit

Permalink
Have pip summarize what's installed before running the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Jun 11, 2020
1 parent 6d6c2e9 commit bb62571
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 @@ -27,6 +27,7 @@ install:
fi
- pip install doit
- doit install_test_deps
- pip freeze

# command to run tests
script: doit test

0 comments on commit bb62571

Please sign in to comment.