From 1347054433399658af6f66baf4588525bc54423b Mon Sep 17 00:00:00 2001 From: WillianFuks Date: Wed, 16 Dec 2020 11:52:32 -0300 Subject: [PATCH] add passenv to tox travis --- setup.py | 4 ++-- tox.ini | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 04f2ee0..09239aa 100644 --- a/setup.py +++ b/setup.py @@ -30,8 +30,8 @@ install_requires = [ 'jinja2', 'pandas', - 'tensorflow>=2.3.0', - 'tensorflow-probability>=0.11.0', + 'tensorflow', + 'tensorflow-probability', 'numpy', 'scipy', 'matplotlib', diff --git a/tox.ini b/tox.ini index adfe9bc..2968b63 100644 --- a/tox.ini +++ b/tox.ini @@ -44,6 +44,8 @@ deps = codecov coverage coveralls +passenv = + * commands = coverage erase python -m pytest tests --cov-report html --cov causalimpact -m "not slow"