Skip to content

Commit

Permalink
TF 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Sep 30, 2023
1 parent e8d0907 commit 915fba0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
[tox]
envlist = {py3}-tensorflow-{2.7.0,2.8.0,2.9.0,2.10.0}
envlist = {py3}-tensorflow-{2.7,2.8,2.9,2.10,2.14}

[testenv]
setenv =
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
deps = pytest
pylint
flake8
tensorflow-2.7.0: tensorflow==2.7.0
tensorflow-2.8.0: tensorflow==2.8.0
tensorflow-2.9.0: tensorflow==2.9.0
tensorflow-2.10.0: tensorflow==2.10.0
tensorflow-2.7: tensorflow==2.7
tensorflow-2.8: tensorflow==2.8
tensorflow-2.9: tensorflow==2.9
tensorflow-2.10: tensorflow==2.10
tensorflow-2.14: tensorflow==2.14
commands = pylint --disable=R,C,W,E1136 deep_speaker
flake8 deep_speaker --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 deep_speaker --count --exclude=michel,tests --max-line-length 127 --statistics
python example.py
python example_pcm.py
pytest deep_speaker/tests
passenv = *
install_command = pip install {packages}
install_command = pip install {packages}

0 comments on commit 915fba0

Please sign in to comment.