https://github.com/csferrie/python-qinfer
Raw File
Tip revision: 8170c84a0be1723f8c6b09e0d3c7a40a886f1fe3 authored by Ian Hincks on 17 August 2018, 20:03:00 UTC
Merge pull request #134 from ihincks/upgrade-vectorized-risk
Tip revision: 8170c84
setup.cfg
[metadata]
description-file = README.rst

[bdist_wheel]
universal = 1

[tool:pytest]
python_files=tests/*.py
python_classes=Test
python_functions=*_test
back to top