Skip to content

Commit

Permalink
WIP: ensure --color=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
1138-4EB committed Sep 14, 2019
1 parent 9a84deb commit 34db411
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
- name: Run job
shell: bash
env:
# https://github.com/tartley/colorama/issues/214
PYCHARM_HOSTED: true
VER: ${{ matrix.task.ver }}
DO: ${{ matrix.task.do }}
run: |
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skip_missing_interpreters = True

[testenv]
recreate=True
passenv=ALDEC_LICENSE_FILE
passenv=ALDEC_LICENSE_FILE PYCHARM_HOSTED

deps=
pytest
Expand All @@ -23,8 +23,8 @@ setenv=
acceptance-rivierapro: VUNIT_SIMULATOR=rivierapro

commands=
unit: {envpython} -m pytest -v vunit/test/unit
lint: {envpython} -m pytest -v vunit/test/lint
unit: {envpython} -m pytest --color=yes -v vunit/test/unit
lint: {envpython} -m pytest --color=yes -v vunit/test/lint
docs: {envpython} tools/build_docs.py {envtmpdir}/docsbuild
acceptance: {envpython} -m pytest -v vunit/test/acceptance
acceptance: {envpython} -m pytest --color=yes -v vunit/test/acceptance
vcomponents: {envpython} vunit/vhdl/verification_components/run.py --clean

0 comments on commit 34db411

Please sign in to comment.