Skip to content

Commit

Permalink
add passenv to tox travis
Browse files Browse the repository at this point in the history
  • Loading branch information
WillianFuks committed Dec 16, 2020
1 parent e7447a7 commit 1347054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -30,8 +30,8 @@
install_requires = [
'jinja2',
'pandas',
'tensorflow>=2.3.0',
'tensorflow-probability>=0.11.0',
'tensorflow',
'tensorflow-probability',
'numpy',
'scipy',
'matplotlib',
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -44,6 +44,8 @@ deps =
codecov
coverage
coveralls
passenv =
*
commands =
coverage erase
python -m pytest tests --cov-report html --cov causalimpact -m "not slow"
Expand Down

0 comments on commit 1347054

Please sign in to comment.