Skip to content

Commit

Permalink
Add CI build to cover all supported TF versions
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed May 3, 2022
1 parent a67e2e9 commit a9ebd12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ travis_yml:
env:
TF_VERSION: tensorflow==2.1.0
python: 3.6
- script: test
env:
TF_VERSION: tensorflow==2.9.0rc1 # TODO: update after release
- script: remote-docs
- script: remote-examples
pypi_user: __token__
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
TF_VERSION="tensorflow==2.1.0"
SCRIPT="test"
python: 3.6
-
env:
TF_VERSION="tensorflow==2.9.0rc1"
SCRIPT="test"
-
env:
SCRIPT="remote-docs"
Expand Down

0 comments on commit a9ebd12

Please sign in to comment.