Skip to content

Commit fcfaf79

Browse files
committed
Print Django version as part of travis run
1 parent c5d2424 commit fcfaf79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
install:
1515
- pip install -U coverage coveralls $DJANGO
16+
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
1617

1718
script: coverage run -a setup.py test
1819

0 commit comments

Comments
 (0)