mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-03-16 22:20:31 +00:00
Simplified Django versions in Travis.
This commit is contained in:
parent
e31f6bbce4
commit
608e559b4a
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue