File: setup.cfg

package info (click to toggle)
pycec 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: python: 1,349; sh: 43; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[tool:pytest]
addopts = --verbose
testpaths = tests
norecursedirs = .git testing_config

[bdist_wheel]
universal=1