Skip to content

Commit 49ebe59

Browse files
authored
Merge branch 'master' into fix-copyright-boilerplate
2 parents 2c20cfb + a2d7738 commit 49ebe59

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
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = black-format,flake8,pylint,docstyle,sphinx,doc8,twine,py36,py37
7+
envlist = black-format,flake8,pylint,docstyle,sphinx,doc8,twine,py36,py37,py38
88

99
skip_missing_interpreters = False
1010

@@ -71,7 +71,7 @@ commands =
7171
{env:IGNORE_COVERAGE:} coverage report -i --fail-under=86
7272
deps = .[test]
7373
depends =
74-
{py36,py37}: clean
74+
{py36,py37,py38}: clean
7575

7676
[testenv:flake8]
7777
skipdist = true

0 commit comments

Comments
 (0)