Skip to content

Commit

Permalink
docker-compose.tests: fix documentation issue
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
spirosdelviniotis committed Jul 4, 2017
1 parent 27a8eab commit 96d254c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 96d254c

Please sign in to comment.