setup.cfg 376 B

123456789101112131415161718192021222324
  1. [nosetests]
  2. verbosity = 2
  3. testmatch = ^test_.+
  4. where = phoenixdb/tests
  5. [build_sphinx]
  6. source-dir = doc
  7. build-dir = doc/build
  8. all_files = 1
  9. [upload_sphinx]
  10. upload-dir = doc/build/html
  11. [flake8]
  12. max-line-length = 140
  13. exclude =
  14. e,e3,env,venv,doc,build,dist,.tox,.idea,
  15. ./phoenixdb/tests/dbapi20.py,
  16. ./phoenixdb/avatica/proto/*_pb2.py
  17. [egg_info]
  18. tag_build =
  19. tag_date = 0