File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed
Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,21 @@ language: python
22
33cache : 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
1921addons :
2022 apt :
@@ -28,7 +30,7 @@ addons:
2830
2931install :
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
You can’t perform that action at this time.
0 commit comments