Update .travis.yml

This commit is contained in:
Benedikt Willi 2020-04-23 10:50:49 +02:00 committed by GitHub
parent 2247b23d3c
commit 81e78d8312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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