From 43da3e33a53dc005b336a23a3759fbbf19b9c032 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Thu, 30 Jul 2020 09:38:05 +0300 Subject: [PATCH] Fixes CI --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 750c3f1..e360908 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,9 @@ script: - poetry run doc8 -q docs - poetry check - poetry run pip check - - poetry run safety check --bare --full-report + # Ignoring sphinx@2 security issue for now, see: + # https://github.com/miyakogi/m2r/issues/51 + - poetry run safety check --full-report -i 38330 after_success: - pip install coveralls