mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Added 3.9 to Travis tests
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -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'],
|
||||||
|
|||||||
Reference in New Issue
Block a user