Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 76330b2

Browse files
Ryan SepassiCopybara-Service
authored andcommitted
Update Travis to first check base dependencies
PiperOrigin-RevId: 200765178
1 parent 233fdf4 commit 76330b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ before_install:
3636
# - sudo apt-get install -qq tensorflow-model-server
3737
install:
3838
- pip install -q "tensorflow==$TF_VERSION"
39+
# First ensure that the base dependencies are sufficient for a full import
40+
- pip install -q .
41+
- t2t-trainer --registry_help
42+
# Then install the test dependencies
3943
- pip install -q .[tests]
4044
# Make sure to install the atari extras for gym
4145
- pip install "gym[atari]"

0 commit comments

Comments
 (0)