From f92954072902ab4d67c66574b94193a9dce5d633 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 31 May 2018 00:02:39 +0200 Subject: [PATCH] Clean the CI script --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e54d23b..8477299 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,15 +19,9 @@ script: - docker-compose ps - WEB_PORT=5006 CONFIG_DIR=./tests/fixtures/instance1/config docker-compose -p instance1 -f docker-compose-tests.yml up -d - docker-compose -p instance1 -f docker-compose-tests.yml ps - - docker inspect instance1_web_1 - 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 # 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 - - docker logs instance1_web_1