From 96d254c94c86dfea4971f59a6cea45ac6eefd009 Mon Sep 17 00:00:00 2001 From: Spiros Delviniotis Date: Tue, 4 Jul 2017 09:58:45 +0200 Subject: [PATCH] docker-compose.tests: fix documentation issue * Adds: `make -C docs clean` command before building the docs in order not to pass the build when retrying on travis if there are errors. Signed-off-by: Spiros Delviniotis --- docker-compose.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.test.yml b/docker-compose.test.yml index 9c80c88d..7ffe0122 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -42,7 +42,7 @@ services: unit: <<: *service_base - command: bash -c "py.test tests/unit -vv && make -C docs html && python setup.py sdist && ls dist/*" + command: bash -c "py.test tests/unit -vv && make -C docs clean && make -C docs html && python setup.py sdist && ls dist/*" links: [] celery: