We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec32a3 commit 98a2700Copy full SHA for 98a2700
tox.ini
@@ -19,6 +19,13 @@ deps =
19
flake8-import-order
20
commands = flake8
21
22
+[testenv:yapf]
23
+basepython = python3
24
+skip_install = True
25
+deps =
26
+ yapf
27
+commands = yapf --recursive --diff -p todoman tests docs setup.py
28
+
29
[testenv:docs]
30
basepython = python3
31
whitelist_externals =
0 commit comments