STT-tensorflow/tensorflow/python/integration_testing/BUILD
Amit Patankar 5a86c051d3 Create an integration_testing directory for tests that are only run on nightly and release pip packages.
PiperOrigin-RevId: 303205376
Change-Id: Ia499858d32ac9e469d6412dbff7ea012d0fa34b2
2020-03-26 15:24:30 -07:00

10 lines
218 B
Python

# Description:
# This directory is only for tests that should be run on a pip whl.
package(
default_visibility = ["//tensorflow:internal"],
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])