aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannis Leidel2012-04-06 13:14:38 +0200
committerJannis Leidel2012-04-06 13:14:38 +0200
commit2cf55fec5c68d5e14f9a9d6e7f8e13c41c3514c7 (patch)
treeb6f09d2aaef0ff9ab7e8c91fdd8fd2735cfa77ff
parent36bb1787c363c5dc4feba251f98aea20a8e23a6f (diff)
downloaddjango-debug-toolbar-2cf55fec5c68d5e14f9a9d6e7f8e13c41c3514c7.tar.bz2
Don't be quiet about installing Django.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d0565bd..2e5676f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,6 @@ env:
- DJANGO_VERSION=1.3.1
- DJANGO_VERSION=1.4
install:
- - pip install -q Django==$DJANGO_VERSION
+ - pip install Django==$DJANGO_VERSION
- python setup.py install
script: python setup.py test