Changeset 263ada9b in trunk


Ignore:
Timestamp:
2020-11-27T21:24:16Z (4 years ago)
Author:
Jean-Paul Calderone <exarkun@…>
Branches:
master
Children:
e6a09fa
Parents:
c4a67d6
Message:

Get rid of the spurious quotes in the flake8 command

I don't understand tox.ini syntax or quoting rules and I don't see any
documentation about it. But what could go wrong with trial and error?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tox.ini

    rc4a67d6 r263ada9b  
    9999         # If no positional arguments are given, try to run the checks on the
    100100         # entire codebase, including various pieces of supporting code.
    101          DEFAULT_FILES="src integration static misc setup.py"
    102 commands =
    103          flake8 {posargs:{env:DEFAULT_FILES}}
     101         DEFAULT_FILES=src integration static misc setup.py
     102commands =
     103         flake8 -v {posargs:{env:DEFAULT_FILES}}
    104104         python misc/coding_tools/check-umids.py {posargs:{env:DEFAULT_FILES}}
    105105         python misc/coding_tools/check-debugging.py {posargs:{env:DEFAULT_FILES}}
Note: See TracChangeset for help on using the changeset viewer.