Skip to content
Snippets Groups Projects
Commit 396d1695 authored by Marco Ciotola's avatar Marco Ciotola Committed by Ben Adida
Browse files

[Travis] specify better matrix

parent 98efedfa
No related branches found
No related tags found
No related merge requests found
sudo: false
language: python
python:
- "3.7"
- "3.8"
os: linux os: linux
before_install:
- export BOTO_CONFIG=/dev/null
install:
- pip3 install --upgrade pip
- pip3 install -r requirements.txt
- pip3 freeze
before_script:
- psql -c 'create database helios;' -U postgres
script: "python3 -Wall manage.py test"
jobs: jobs:
include: include:
- dist: xenial - python: "3.7"
dist: xenial
addons: addons:
postgresql: "9.5" postgresql: "9.5"
- dist: xenial - python: "3.7"
dist: xenial
addons: addons:
postgresql: "9.6" postgresql: "9.6"
- dist: xenial - python: "3.7"
dist: xenial
addons: addons:
postgresql: "10" postgresql: "10"
- dist: bionic - python: "3.8"
dist: bionic
addons: addons:
postgresql: "9.5" postgresql: "9.5"
- dist: bionic - python: "3.8"
dist: bionic
addons: addons:
postgresql: "9.6" postgresql: "9.6"
- dist: bionic - python: "3.8"
dist: bionic
addons: addons:
postgresql: "10" postgresql: "10"
- dist: bionic - python: "3.8"
dist: bionic
addons: addons:
postgresql: "11" postgresql: "11"
before_install:
- export BOTO_CONFIG=/dev/null
install:
- pip3 install --upgrade pip
- pip3 install -r requirements.txt
- pip3 freeze
before_script:
- psql -c 'create database helios;' -U postgres
script: "python3 -Wall manage.py test -v 2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment