Improve logging message

This commit is contained in:
Jonathan Kim 2020-04-13 12:52:21 +01:00
parent c430942eb9
commit 8de706b64a

View File

@ -16,7 +16,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install tox pip install tox
- name: Test with tox - name: Run lint 💅
run: tox run: tox
env: env:
TOXENV: flake8 TOXENV: flake8