Skip to content

Commit

Permalink
Update tf-nightly to tf-nightly-2.0-preview in setup.py for Travis te…
Browse files Browse the repository at this point in the history
…sting.

PiperOrigin-RevId: 269834315
  • Loading branch information
sofienbouaziz authored and Copybara-Service committed Sep 18, 2019
1 parent 736b444 commit 527eb54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -70,8 +70,8 @@
'test': TEST_PACKAGES,
'tf': ['tensorflow >= ' + tensorflow_version],
'tf-gpu': ['tensorflow-gpu >= ' + tensorflow_version],
'tf-nightly': ['tf-nightly'],
'tf-nightly-gpu': ['tf-nightly-gpu'],
'tf-nightly': ['tf-nightly-2.0-preview'],
'tf-nightly-gpu': ['tf-nightly-gpu-2.0-preview'],
}

setup(
Expand Down

0 comments on commit 527eb54

Please sign in to comment.