Revision a9f00a18304447559cd3a767b8d37e4a84d8cd33 authored by Lorenzo Stella on 13 November 2019, 17:26:11 UTC, committed by GitHub on 13 November 2019, 17:26:11 UTC
1 parent 11fed53
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