Skip to content

Commit

Permalink
Merge 83dcaa1 into 0d8895b
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Aug 9, 2021
2 parents 0d8895b + 83dcaa1 commit 1c60cc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ language: python

matrix:
include:
- python: 3.8
env: DJANGO_VERSION=">=3.1,<3.2" XAPIAN_VERSION=1.4.9
- python: 3.8
env: DJANGO_VERSION=">=3.0,<3.1" XAPIAN_VERSION=1.4.9
- python: 3.7
env: DJANGO_VERSION=">=2.2,<3.0" XAPIAN_VERSION=1.4.9
- python: 3.7
env: DJANGO_VERSION=">=2.1,<2.2" XAPIAN_VERSION=1.4.9
dist: xenial
sudo: true
- python: 3.7
env: DJANGO_VERSION=">=2.0,<2.1" XAPIAN_VERSION=1.4.9
dist: xenial
sudo: true
- python: 3.7
env: DJANGO_VERSION=">=1.11,<2.0" XAPIAN_VERSION=1.4.9
dist: xenial
sudo: true
- python: 3.6
env: DJANGO_VERSION=">=2.1,<2.2" XAPIAN_VERSION=1.4.9
- python: 3.6
Expand All @@ -27,10 +27,6 @@ matrix:
env: DJANGO_VERSION=">=2.0,<2.1" XAPIAN_VERSION=1.4.9
- python: 3.5
env: DJANGO_VERSION=">=1.11,<2.0" XAPIAN_VERSION=1.4.9
- python: 3.4
env: DJANGO_VERSION=">=2.0,<2.1" XAPIAN_VERSION=1.4.9
- python: 3.4
env: DJANGO_VERSION=">=1.11,<2.0" XAPIAN_VERSION=1.4.9
- python: 3.4
env: DJANGO_VERSION=">=2.0,<2.1" XAPIAN_VERSION=1.3.6
- python: 3.4
Expand Down Expand Up @@ -65,6 +61,7 @@ install:

script:
- cd django-haystack/
- PYTHONPATH=`pwd` `which django-admin.py` migrate --settings=test_haystack.xapian_settings
- PYTHONPATH=`pwd` coverage run `which django-admin.py` test test_haystack.xapian_tests --settings=test_haystack.xapian_settings

after_success: coveralls
2 changes: 2 additions & 0 deletions tests/xapian_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.admin',
'django.contrib.messages',
'django.contrib.contenttypes',
'haystack',
'test_haystack.core',
'test_haystack.xapian_tests',
]
Expand Down

0 comments on commit 1c60cc4

Please sign in to comment.