From 0932b98a442fc56f4e83828f1db0e1996e33c0fa Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 30 May 2018 23:35:02 +0200 Subject: [PATCH] Debug CI --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0e06e39..e54d23b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,8 @@ script: # Integration tests first - python -m pytest -v --ignore data -k integration # Federation tests (with two local instances) + - curl http://localhost:5006 + - curl http://localhost:5007 - pwd - ls -lR . - python -m pytest -v -s --ignore data -k federation