Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy authored Aug 13, 2024
1 parent 699ad2c commit 4b3a016
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py3}-tensorflow-{2.9,2.10,2.11,2.12,2.13,2.14,2.15}
envlist = {py3}-tensorflow-{2.9,2.10,2.11,2.12,2.13,2.14,2.15,2.16}

[testenv]
setenv =
Expand All @@ -14,6 +14,7 @@ deps = pytest
tensorflow-2.13: tensorflow==2.13
tensorflow-2.14: tensorflow==2.14
tensorflow-2.15: tensorflow==2.15
tensorflow-2.16: tensorflow==2.16
changedir = examples
commands = python recurrent.py
python multi_inputs.py
Expand Down

0 comments on commit 4b3a016

Please sign in to comment.