Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 30, 2020
1 parent 5e611b5 commit 43da3e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 43da3e3

Please sign in to comment.