aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-18 07:28:46 +0100
committerAymeric Augustin2013-11-18 07:28:46 +0100
commitbb8694f5cf676c4b13d7c4af59a33f5e6eeaf363 (patch)
tree9996dae28c9260d449897d82a0b85851bb82094d
parent92bff57db14b023aae48e492df79c120da7f2b1c (diff)
downloaddjango-debug-toolbar-bb8694f5cf676c4b13d7c4af59a33f5e6eeaf363.tar.bz2
Re-oops, fix another regression from 8a9348a.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b332964..ed22c6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,5 +15,6 @@ matrix:
- python: "3.3"
env: DJANGO_VERSION=1.4.10
install:
+ - pip install -e .
- pip install Django==$DJANGO_VERSION sqlparse
script: make test