Changed a format string in the tests so 3.5 should build

This commit is contained in:
Jamie Hardt
2019-01-03 19:28:48 -08:00
parent 68f118ab6b
commit 7b4a76448e
5 changed files with 34 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ setup(name='pycmx',
'Topic :: Multimedia :: Video',
'Topic :: Text Processing',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6'
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
],
packages=['pycmx'])