Skip to content

Commit

Permalink
Add packaging version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuch authored Sep 6, 2021
1 parent 1c50f5b commit ed31748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ matrix:

install:
- pip install $TENSORFLOW $KERAS
- pip install packaging==21.0
- pip install .

script:
- cd tests; pytest -v -s test*.py
- cd tests; pytest -v -s test*.py

0 comments on commit ed31748

Please sign in to comment.