Skip to content

Commit

Permalink
install tf 1.14 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cjekel committed Dec 18, 2019
1 parent 5f7c4c3 commit 751722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- pip install . --no-cache-dir
script:
- pytest --cov=pwlf -p no:warnings tests/tests.py
- pip install "tensorflow>=1.0.0,<2.0.0"
- pip install "tensorflow==1.14.0"
- pytest --cov=pwlf --cov-append -p no:warnings tests/teststf.py
before_script:
- flake8 pwlf
Expand Down

0 comments on commit 751722b

Please sign in to comment.