Use setproctitle if available to show state (#696)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
David Lamparter
2021-09-03 17:58:01 +02:00
committed by GitHub
parent 305aeeacec
commit 766e67ce52
6 changed files with 60 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ jobs:
- "py39-pytestlatest"
- "py38-pytestmain"
- "py38-psutil"
- "py38-setproctitle"
os: [ubuntu-latest, windows-latest]
include:
@@ -32,6 +33,8 @@ jobs:
python: "3.8"
- tox_env: "py38-psutil"
python: "3.8"
- tox_env: "py38-setproctitle"
python: "3.8"
steps:
- uses: actions/checkout@v1