Skip to content

Commit 1e3e336

Browse files
committed
Show all installed packages during travis run
1 parent a3da24c commit 1e3e336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
install:
1818
- pip install -U coverage codecov
1919
- pip install -U $DJANGO
20-
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
20+
- pip freeze
2121

2222
script: coverage run setup.py test
2323

0 commit comments

Comments
 (0)