Skip to content

Commit

Permalink
Configure tox to output in color in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Aug 29, 2024
1 parent 45dab92 commit e54d9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
.venv/bin/python -m pip install tox
- name: "Run tests"
run: ".venv/bin/tox run"
run: ".venv/bin/tox run --colored yes"

0 comments on commit e54d9ed

Please sign in to comment.