aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-22 18:35:41 +0100
committerAymeric Augustin2013-11-22 18:35:41 +0100
commit441ebe9b3c24a7bc935c809e583a056a0ff9ab35 (patch)
tree1e718dd3575a85dca5038ce9f4ccf9d6559d1bb1 /.travis.yml
parent3bbbae731f1ab98c218dfaf29aed05b69329c4c5 (diff)
downloaddjango-debug-toolbar-441ebe9b3c24a7bc935c809e583a056a0ff9ab35.tar.bz2
Test features depending on line_profiler.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ed22c6b..e82d5f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,5 +16,5 @@ matrix:
env: DJANGO_VERSION=1.4.10
install:
- pip install -e .
- - pip install Django==$DJANGO_VERSION sqlparse
+ - pip install Django==$DJANGO_VERSION line_profiler sqlparse
script: make test