Skip to content

Commit

Permalink
ci: turn off verbose mode on tox
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Feb 7, 2021
1 parent 1c49823 commit ddc18f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Test with tox
run: tox -vv
run: tox

# https://github.com/marketplace/actions/coveralls-python
# The official coverallsapp/github-action@master doesn't work: https://github.com/marketplace/actions/coveralls-github-action
Expand Down

0 comments on commit ddc18f8

Please sign in to comment.