Skip to content

Commit 35edb85

Browse files
committed
Fix lint under tox
1 parent 3c91c2e commit 35edb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ commands =
2020
unittests: coverage run --source=django_prometheus setup.py test
2121
unittests: python setup.py sdist bdist_wheel
2222

23-
[testenv:lint]
23+
[testenv:py37-lint]
2424
deps =
2525
black
2626
flake8

0 commit comments

Comments
 (0)