From 81ee1209001db66c0097a3cc460e0b2640d9a580 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 16 Apr 2015 15:27:23 +0200 Subject: [PATCH] Test against multiple Django versions --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33d7956..2e84d28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,14 @@ language: python python: - "2.7" +env: + - DJANGO_VERSION=1.6.11 + - DJANGO_VERSION=1.7.7 + - DJANGO_VERSION=1.8.0 + # command to install dependencies install: - - pip install -r requirements.txt + - pip install -q Django==$DJANGO_VERSION --use-mirrors - cd .. - git clone https://github.com/toastdriven/django-haystack.git - sudo apt-get install -qq libxapian22 xapian-tools python-xapian