Added py3.8 to tests

This commit is contained in:
Jamie Hardt
2020-01-04 23:10:55 -08:00
parent fc7dde8fd6
commit 96a4cdb612
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
language: python
python:
- "3.7"
- "3.8
script:
- "python -m unittest discover tests"
install:

View File

@@ -24,6 +24,7 @@ setup(name='ptulsconv',
'Topic :: Multimedia',
'Topic :: Multimedia :: Sound/Audio',
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Development Status :: 4 - Beta",
"Topic :: Text Processing :: Filters",
"Topic :: Text Processing :: Markup :: XML"],