2
0

setup.cfg 233 B

1234567891011121314
  1. [coverage:run]
  2. branch = True
  3. source = cloudbridge
  4. omit =
  5. cloudbridge/interfaces/*
  6. cloudbridge/__init__.py
  7. parallel = True
  8. [bdist_wheel]
  9. universal = 1
  10. [flake8]
  11. application_import_names = cloudbridge, tests
  12. max-line-length = 120