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 4b3a016 commit 143cb99
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,2.16}
envlist = {py3}-tensorflow-{2.9,2.10,2.11,2.12,2.13,2.14,2.15,2.16,2.17}

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

0 comments on commit 143cb99

Please sign in to comment.