Added 3.9 to Travis tests

This commit is contained in:
Jamie Hardt
2021-10-02 16:50:09 -07:00
parent 68969e77e2
commit 81cdca5452
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -25,9 +25,9 @@ setup(name='ptulsconv',
'Topic :: Multimedia :: Sound/Audio', 'Topic :: Multimedia :: Sound/Audio',
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.8",
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Topic :: Text Processing :: Filters", "Topic :: Text Processing :: Filters"],
"Topic :: Text Processing :: Markup :: XML"],
packages=['ptulsconv'], packages=['ptulsconv'],
keywords='text-processing parsers film tv editing editorial', keywords='text-processing parsers film tv editing editorial',
install_requires=['parsimonious', 'tqdm', 'reportlab'], install_requires=['parsimonious', 'tqdm', 'reportlab'],