mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-04-24 16:44:53 +00:00
Update .travis.yml
This commit is contained in:
parent
2247b23d3c
commit
81e78d8312
1 changed files with 8 additions and 0 deletions
|
|
@ -3,6 +3,14 @@ language: python
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.8
|
||||
env: DJANGO_VERSION=">=3.0,<3.1" XAPIAN_VERSION=1.4.9
|
||||
dist: xenial
|
||||
sudo: true
|
||||
- python: 3.8
|
||||
env: DJANGO_VERSION=">=2.1,<2.2" XAPIAN_VERSION=1.4.9
|
||||
dist: xenial
|
||||
sudo: true
|
||||
- python: 3.7
|
||||
env: DJANGO_VERSION=">=2.1,<2.2" XAPIAN_VERSION=1.4.9
|
||||
dist: xenial
|
||||
|
|
|
|||
Loading…
Reference in a new issue