Skip to content

Commit 2cf55fe

Browse files
committed
Don't be quiet about installing Django.
1 parent 36bb178 commit 2cf55fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ env:
66
- DJANGO_VERSION=1.3.1
77
- DJANGO_VERSION=1.4
88
install:
9-
- pip install -q Django==$DJANGO_VERSION
9+
- pip install Django==$DJANGO_VERSION
1010
- python setup.py install
1111
script: python setup.py test

0 commit comments

Comments
 (0)