Skip to content

Commit

Permalink
tests: fix keras
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed May 20, 2021
1 parent 93b175b commit f4dbe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -35,7 +35,7 @@ deps=
pandas
keras: keras
py3{6,7,8,9}: rich
tf: tensorflow
tf: tensorflow!=2.5.0
commands=
py3{6,7,8,9}: pytest --cov=tqdm --cov-report= tests_notebook.ipynb --nbval --current-env -W=ignore --sanitize-with=setup.cfg
pytest --cov=tqdm --cov-report=xml --cov-report=term --cov-append -k "not perf"
Expand Down

0 comments on commit f4dbe42

Please sign in to comment.