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