Revision 6992ce8ed09c8bdad11f22fcf171f8cb8a38106e authored by Lorenzo Stella on 27 September 2019, 11:58:17 UTC, committed by GitHub on 27 September 2019, 11:58:17 UTC
1 parent ad76eef
Raw File
setup.cfg
[aliases]
test = pytest --addopts --cov=src/gluonts
tests = pytest --addopts --cov=src/gluonts

[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1

[metadata]
description-file = public/README.md

[tool:pytest]
testpaths = test
addopts = -v --doctest-modules --color=yes
back to top