Skip to content

Commit

Permalink
Migrate Travis CI file (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: @boidolr
  • Loading branch information
boidolr authored Mar 21, 2020
1 parent c9b39da commit b1ad40e
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@ language: python

cache: pip

matrix:
- os: linux
python: '3.3'
- os: linux
python: '3.5'
- os: linux
python: '3.7'
- os: linux
python: '3.5'
env: XAPIAN='true';
- os: linux
python: '3.7'
env: XAPIAN='true';
python:
- '3.5'
- '3.6'
- '3.7'

env:
- XAPIAN='true'
- XAPIAN='false'

jobs:
exclude:
- python: '3.5'
env: XAPIAN='true'
- python: '3.6'
env: XAPIAN='true'

addons:
apt:
Expand All @@ -28,7 +30,7 @@ addons:

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

Expand Down

0 comments on commit b1ad40e

Please sign in to comment.