Skip to content

Commit

Permalink
Specify TF CPU as an extra during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Litvin committed Jul 20, 2018
1 parent 04e6ee4 commit 86407ef
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 @@ -6,7 +6,8 @@ python:

install:
# This will use requirements from setup.py and install them in the tavis's virtual environment
- pip install -e .
# [tf] chooses to depend on cpu version of tensorflow (alternatively, could do [tf_gpu])
- pip install -e .[tf]

script:
# Run unit tests
Expand Down

0 comments on commit 86407ef

Please sign in to comment.