1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Fix text argument

This commit is contained in:
Davis Goglin
2016-03-28 14:23:18 -07:00
parent f504d2dc15
commit 76f300ea18
4 changed files with 103 additions and 3 deletions

View File

@@ -78,6 +78,6 @@ setup(
setup_requires=[
'setuptools_scm',
],
tests_require=['tox', 'nose'],
tests_require=['tox', 'nose', 'scripttest'],
cmdclass={'test': Tox},
)