Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Nov 17, 2023
1 parent 3944c33 commit 8b01e3b
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.8,2.9,2.10,2.11,2.12,2.13,2.14}
envlist = {py3}-tensorflow-{2.8,2.9,2.10,2.11,2.12,2.13,2.14,2.15}

[testenv]
setenv =
Expand All @@ -14,6 +14,7 @@ deps = -rexamples/examples-requirements.txt
tensorflow-2.12: tensorflow==2.12
tensorflow-2.13: tensorflow==2.13
tensorflow-2.14: tensorflow==2.14
tensorflow-2.15: tensorflow==2.15
changedir = examples
commands = pylint --disable=R,C,W,E1136,E0401 ../attention
python example-attention.py
Expand Down

0 comments on commit 8b01e3b

Please sign in to comment.