From 5b38c5e723d45339669317599f1ebd988ca4f3d0 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 24 Feb 2019 21:34:09 +0100 Subject: [PATCH] Fix CI --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5094276..2e8ab86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,12 @@ language: python sudo: required python: - - "3.6" + - '3.7' +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true services: - docker install: @@ -23,8 +28,6 @@ script: - WEB_PORT=5007 CONFIG_DIR=./tests/fixtures/instance2/config docker-compose -p instance2 -f docker-compose-tests.yml up -d - docker-compose -p instance2 -f docker-compose-tests.yml ps - sleep 5 - - curl http://localhost:5006 - - curl http://localhost:5007 # Integration tests first - python -m pytest -v --ignore data -k integration # Federation tests (with two local instances)