aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-22 19:05:44 +0100
committerAymeric Augustin2013-11-22 19:05:44 +0100
commitc5e6a8550ea744df886a93b2749c7a33571ca11c (patch)
treeb1d78a0911f3c433e1fea6fbedec138c987ac47f
parent2e55200257918ced3908feb0c09c3a002e974955 (diff)
downloaddjango-debug-toolbar-c5e6a8550ea744df886a93b2749c7a33571ca11c.tar.bz2
Can't provide version-dependent requirements on Travis.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9e41306..ed22c6b 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 line_profiler==1.0b3 sqlparse
+ - pip install Django==$DJANGO_VERSION sqlparse
script: make test