1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

add flake8-checks to travis

This commit is contained in:
Patrick Kanzler
2017-01-30 02:29:08 +01:00
parent 81028f9a35
commit 337e8ee19e
6 changed files with 11 additions and 0 deletions

View File

@@ -20,4 +20,5 @@ class CodePageManager:
def get_encoding(self, encoding):
return self.data[encoding]
CodePages = CodePageManager(CAPABILITIES['encodings'])