aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index c0735fc..980dea7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,6 +40,9 @@ console_scripts =
40 pydora = pydora.player:main 40 pydora = pydora.player:main
41 pydora-configure = pydora.configure:main 41 pydora-configure = pydora.configure:main
42 42
43[tox:tox]
44# tox 3.19 just totally fails without this
45
43[testenv:format] 46[testenv:format]
44deps = 47deps =
45 black 48 black