Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 3f4e3ad

Browse files
committed
Add Python 3.8 to Travis, tox, PyPI classifiers
1 parent b437839 commit 3f4e3ad

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ python:
66
- "3.5"
77
- "3.6"
88
- "3.7"
9+
- "3.8"
910
install: pip install tox-travis
1011
script: tox

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'Programming Language :: Python :: 3.5',
2626
'Programming Language :: Python :: 3.6',
2727
'Programming Language :: Python :: 3.7',
28+
'Programming Language :: Python :: 3.8',
2829
'Topic :: System :: Logging',
2930
]
3031
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py34, py35, py36, py37
2+
envlist = py34, py35, py36, py37, py38
33

44
[testenv]
55
commands = python -m unittest discover

0 commit comments

Comments
 (0)