Revision e598800bf8537721bfe1da9074634c75faa10eb1 authored by Aaron Spieler on 21 February 2020, 15:22:24 UTC, committed by GitHub on 21 February 2020, 15:22:24 UTC
1 parent 53976b5
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