Revision c1fd03d4d2f3ec2fbc1f726ea5e519db9852b1c7 authored by Lorenzo Stella on 17 April 2020, 08:05:14 UTC, committed by GitHub on 17 April 2020, 08:05:14 UTC
Co-authored-by: Lorenzo Stella <stellalo@amazon.de>
1 parent 6210eac
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