Skip to content

Commit

Permalink
pipeline fix - added testing extras to pre-commit - tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed May 22, 2020
1 parent 8ec1e19 commit 0c94fcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ download = True
description = format and check the code
passenv =
SSH_AUTH_SOCK
extras = pre-commit
extras =
pre-commit
testing
ignore_errors = True
commands =
pre-commit run --all-files --show-diff-on-failure
Expand Down

0 comments on commit 0c94fcf

Please sign in to comment.