2016-03-02 23:16:58 +01:00
|
|
|
[nosetests]
|
|
|
|
verbosity=3
|
2016-03-06 21:38:21 +01:00
|
|
|
with-doctest=1
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
# This flag says that the code is written to work on both Python 2 and Python 3.
|
|
|
|
universal=1
|
2017-01-30 01:26:50 +01:00
|
|
|
|
|
|
|
[flake8]
|
2017-01-30 01:42:34 +01:00
|
|
|
exclude = .git,.tox,.github,.eggs,__pycache__,doc/conf.py,build,dist,capabilities-data,test,src/escpos/constants.py
|
2017-01-30 01:41:01 +01:00
|
|
|
max-line-length = 120
|
2017-01-30 02:29:08 +01:00
|
|
|
# future-imports = absolute_import, division, print_function, unicode_literals # we are not there yet
|