mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-05-25 23:23:44 +00:00
Test against multiple Django versions
This commit is contained in:
parent
3e8611265e
commit
81ee120900
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue