Skip to content
Snippets Groups Projects
Unverified Commit 28ad7025 authored by Marco Ciotola's avatar Marco Ciotola
Browse files

[Travis] Test to run travis on both Xenial and Trusty

parent 993f0201
No related branches found
No related tags found
No related merge requests found
......@@ -2,16 +2,25 @@ sudo: false
language: python
python:
- "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
os: linux
addons:
postgresql: "9.3"
before_install:
- export BOTO_CONFIG=/dev/null
install:
- pip install --upgrade pip
- pip install -r requirements.txt
# command to run tests, e.g. python setup.py test
script: "python -Wall manage.py test"
addons:
postgresql: "9.3"
before_script:
- psql -c 'create database helios;' -U postgres
before_install:
- export BOTO_CONFIG=/dev/null
script: "python -Wall manage.py test"
jobs:
include:
- dist: trusty
- dist: xenial
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment