Changeset 263ada9b in trunk
- Timestamp:
- 2020-11-27T21:24:16Z (4 years ago)
- Branches:
- master
- Children:
- e6a09fa
- Parents:
- c4a67d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tox.ini ¶
rc4a67d6 r263ada9b 99 99 # If no positional arguments are given, try to run the checks on the 100 100 # 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 102 commands = 103 flake8 -v {posargs:{env:DEFAULT_FILES}} 104 104 python misc/coding_tools/check-umids.py {posargs:{env:DEFAULT_FILES}} 105 105 python misc/coding_tools/check-debugging.py {posargs:{env:DEFAULT_FILES}}
Note: See TracChangeset
for help on using the changeset viewer.