Skip to content

Commit 5789038

Browse files
authored
Merge pull request #225 from asherf/black
Run lint under python 3.8
2 parents 179511c + 0274949 commit 5789038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py35,py36,py37,py38}-django{210,220}-{end2end,unittests},py37-lint
2+
envlist = {py35,py36,py37,py38}-django{210,220}-{end2end,unittests},py38-lint
33

44
[testenv]
55
deps =
@@ -19,7 +19,7 @@ commands =
1919
unittests: coverage run --source=django_prometheus setup.py test
2020
unittests: python setup.py sdist bdist_wheel
2121

22-
[testenv:py37-lint]
22+
[testenv:py38-lint]
2323
deps =
2424
black
2525
flake8

0 commit comments

Comments
 (0)