Simplified Django versions in Travis.

This commit is contained in:
Jorge C. Leitão 2015-11-12 00:15:11 +01:00
parent e31f6bbce4
commit 608e559b4a

View file

@ -3,13 +3,13 @@ python:
- "2.7"
env:
- DJANGO_VERSION=1.6.11
- DJANGO_VERSION=1.7.7
- DJANGO_VERSION=1.8.0
- DJANGO_VERSION=1.6
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
# command to install dependencies
install:
- pip install -q Django==$DJANGO_VERSION --use-mirrors
- pip install Django==$DJANGO_VERSION
- cd ..
- git clone https://github.com/toastdriven/django-haystack.git
- sudo apt-get install -qq libxapian22 xapian-tools python-xapian