forked from wagtail-nest/wagtail-ab-testing
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
44 lines (33 loc) · 855 Bytes
/
.travis.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
dist: focal
language: python
cache: pip
services:
- postgresql
matrix:
include:
- env: TOXENV=py37-dj22-wamaster-postgres
python: 3.7
- env: TOXENV=py38-dj22-wamaster-postgres
python: 3.8
- env: TOXENV=py38-dj22-wamaster-sqlite
python: 3.8
- env: TOXENV=py37-dj30-wamaster-postgres
python: 3.7
- env: TOXENV=py38-dj30-wamaster-postgres
python: 3.8
- env: TOXENV=py38-dj31-wamaster-postgres
python: 3.8
- env: TOXENV=py38-dj31-wamaster-sqlite
python: 3.8
# Not currently needed as we test against Wagtail master anyway
# When Wagtail 2.11 is released and the above environments are updated. Uncomment this.
#
# - env: TOXENV=py38-dj31-wamaster-postgres
# python: 3.8
#
# allow_failures:
# - env: TOXENV=py38-dj31-wamaster-postgres
install:
- pip install tox
script:
- tox