Skip to content

Commit b1ad40e

Browse files
authored
Migrate Travis CI file (#48)
Co-authored-by: @boidolr
1 parent c9b39da commit b1ad40e

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

.travis.yml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@ language: python
22

33
cache: pip
44

5-
matrix:
6-
- os: linux
7-
python: '3.3'
8-
- os: linux
9-
python: '3.5'
10-
- os: linux
11-
python: '3.7'
12-
- os: linux
13-
python: '3.5'
14-
env: XAPIAN='true';
15-
- os: linux
16-
python: '3.7'
17-
env: XAPIAN='true';
5+
python:
6+
- '3.5'
7+
- '3.6'
8+
- '3.7'
9+
10+
env:
11+
- XAPIAN='true'
12+
- XAPIAN='false'
13+
14+
jobs:
15+
exclude:
16+
- python: '3.5'
17+
env: XAPIAN='true'
18+
- python: '3.6'
19+
env: XAPIAN='true'
1820

1921
addons:
2022
apt:
@@ -28,7 +30,7 @@ addons:
2830

2931
install:
3032
- pip install -r setup/requirements.txt
31-
- pip install sphinx flake8
33+
- pip install 'sphinx<2' flake8
3234
- "if [[ $XAPIAN == 'true' ]]; then CXX=g++-4.8 ./setup/install-xapian.sh; fi"
3335
- "if [[ $XAPIAN == 'true' ]]; then echo 'default_indexer: \'xapian\'' > local_settings.yml; fi"
3436

0 commit comments

Comments
 (0)