Skip to content

Commit

Permalink
Revert travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuch authored Sep 6, 2021
1 parent cabbd81 commit b0822c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@

language: python

env:
- TENSORFLOW='tensorflow' KERAS='keras'

matrix:
include:
- os: linux
dist: bionic
python: 3.7
env: TENSORFLOW='tensorflow==2.4.1' KERAS='keras==2.3.1'

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

Expand Down

0 comments on commit b0822c4

Please sign in to comment.