Skip to content

Commit 6472eac

Browse files
jdufresnegaborbernat
authored andcommitted
Add Python 3.8 to tox.ini and setup.cfg (#1492)
1 parent 2d74368 commit 6472eac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ classifiers =
3333
Programming Language :: Python :: 3.5
3434
Programming Language :: Python :: 3.6
3535
Programming Language :: Python :: 3.7
36+
Programming Language :: Python :: 3.8
3637

3738
[options]
3839
packages = find:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist = py27,
44
py35,
55
py36,
66
py37,
7+
py38,
78
pypy,
89
pypy3,
910
coverage,
@@ -86,7 +87,7 @@ commands = coverage combine
8687
coverage xml -o {toxworkdir}/coverage.xml
8788
coverage html -d {toxworkdir}/htmlcov
8889
diff-cover --compare-branch {env:DIFF_AGAINST:origin/master} {toxworkdir}/coverage.xml
89-
depends = py27, py34, py35, py36, py37, pypy, pypy3
90+
depends = py27, py34, py35, py36, py37, py38, pypy, pypy3
9091
parallel_show_output = True
9192

9293
[testenv:exit_code]

0 commit comments

Comments
 (0)