Skip to content

Commit ebb1d67

Browse files
committed
Have pip summarize what's installed before running the tests.
1 parent f45a39f commit ebb1d67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ install:
2727
fi
2828
- pip install doit
2929
- doit install_test_deps
30+
- pip freeze
3031

3132
# command to run tests
3233
script: doit test

0 commit comments

Comments
 (0)