Skip to content

Commit

Permalink
Print Django version as part of travis run
Browse files Browse the repository at this point in the history
  • Loading branch information
macro1 committed Oct 19, 2014
1 parent c5d2424 commit fcfaf79
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 @@ -13,6 +13,7 @@ env:

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

script: coverage run -a setup.py test

Expand Down

0 comments on commit fcfaf79

Please sign in to comment.