From 8b2489d87d235b4675c7d4005854c5b45db96a90 Mon Sep 17 00:00:00 2001 From: Matt Molyneaux Date: Thu, 5 Jun 2014 00:54:03 +0100 Subject: [PATCH] Grab requirements.txt for tests and remove Django 1.3 testing (requirements.txt asks for Django>1.4) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd12cfdd..abe9a0d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,11 @@ python: - "2.6" - "2.7" env: - - DJANGO=1.3.7 - DJANGO=1.4.13 - DJANGO=1.5.8 - DJANGO=1.6.5 install: - pip install argparse - pip install -q Django==$DJANGO + - pip install -q -r requirements.txt script: python quicktest.py helpdesk