forked from django-haystack/django-haystack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (24 loc) · 682 Bytes
/
.travis.yml
File metadata and controls
30 lines (24 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
language: python
python:
- "2.7"
before_install:
- sudo apt-get update
- sudo apt-get install wajig binutils gdal-bin libproj-dev libgeos-c1 libxapian22 python-xapian default-jdk
- curl https://raw.github.com/moliware/travis-solr/master/travis-solr.sh | SOLR_CONFS="tests/schema.xml tests/solrconfig.xml" SOLR_VERSION=4.4.0 bash
install:
- pip install tox
- pip install -e .
script:
- tox -e $TOX_ENV
env:
- TOX_ENV=py26-django1.5
- TOX_ENV=py26-django1.6
- TOX_ENV=py27-django1.5
- TOX_ENV=py27-django1.6
- TOX_ENV=py33-django1.5
- TOX_ENV=py33-django1.6
services:
- elasticsearch
notifications:
#irc: "irc.freenode.org#haystack"
email: false