2016-08-22 11:11:47 +00:00
|
|
|
[tool:pytest]
|
|
|
|
minversion = 3.0
|
2015-12-02 06:41:28 +00:00
|
|
|
strict = true
|
|
|
|
addopts = -ra
|
|
|
|
testpaths = tests
|
2017-06-01 11:12:19 +00:00
|
|
|
filterwarnings =
|
|
|
|
once::Warning
|
2015-12-02 06:41:28 +00:00
|
|
|
|
2016-04-19 09:59:53 +00:00
|
|
|
[bdist_wheel]
|
2015-07-26 11:04:17 +00:00
|
|
|
universal = 1
|
2016-09-24 11:11:18 +00:00
|
|
|
|
|
|
|
[metadata]
|
|
|
|
# ensure LICENSE is included in wheel metadata
|
|
|
|
license_file = LICENSE
|