Skip to content

Commit

Permalink
remove tensorflow module
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 committed Oct 12, 2020
1 parent 9cf1365 commit 8f56103
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 1,586 deletions.
18 changes: 3 additions & 15 deletions .travis.yml
Expand Up @@ -8,13 +8,13 @@ matrix:
env: IMAGE=i386/ubuntu:rolling COMMAND=build_linux_gcc_ubuntu_i386
services: docker
- os: linux
env: IMAGE=ubuntu:bionic COMMAND=build_linux_gcc_ubuntu_no_tf
env: IMAGE=ubuntu:bionic COMMAND=build_linux_gcc_ubuntu
services: docker
- os: linux
env: IMAGE=ubuntu:xenial COMMAND=build_linux_gcc_ubuntu_no_tf
env: IMAGE=ubuntu:xenial COMMAND=build_linux_gcc_ubuntu
services: docker
- os: linux
env: IMAGE=ubuntu:trusty COMMAND=build_linux_gcc_ubuntu_no_tf
env: IMAGE=ubuntu:trusty COMMAND=build_linux_gcc_ubuntu
services: docker
- os: linux
env: IMAGE=debian:stable COMMAND=build_linux_gcc_debian
Expand All @@ -37,12 +37,6 @@ matrix:
- $TRAVIS_BUILD_DIR/python/make_py_wheel.sh ${IMAGE}
- if [[ "$RELEASE_FILES" != "" ]]; then ls -l $RELEASE_FILES ; fi
services: docker
- os: linux
env: IMAGE=x86_64 COMMAND=make_py_wheel_tf RELEASE_FILES="$TRAVIS_BUILD_DIR/tensorflow/dist/*.whl"
script:
- $TRAVIS_BUILD_DIR/tensorflow/make_py_wheel.sh
- if [[ "$RELEASE_FILES" != "" ]]; then ls -l $RELEASE_FILES ; fi
services: docker
- os: osx
osx_image: xcode9.4
env: IMAGE=native COMMAND=build_osx
Expand All @@ -52,12 +46,6 @@ matrix:
script:
- $TRAVIS_BUILD_DIR/python/make_py_wheel_mac.sh
- if [[ "$RELEASE_FILES" != "" ]]; then ls -l $RELEASE_FILES ; fi
- os: osx
osx_image: xcode9.4
env: IMAGE=native COMMAND=make_py_wheel_mac_tf RELEASE_FILES="$TRAVIS_BUILD_DIR/tensorflow/dist/*.whl"
script:
- $TRAVIS_BUILD_DIR/tensorflow/make_py_wheel_mac.sh
- if [[ "$RELEASE_FILES" != "" ]]; then ls -l $RELEASE_FILES ; fi
script:
- $TRAVIS_BUILD_DIR/test.sh ${IMAGE} ${COMMAND}
- if [[ "$RELEASE_FILES" != "" ]]; then ls -l $RELEASE_FILES ; fi
Expand Down
Empty file removed tensorflow/__init__.py
Empty file.
88 changes: 0 additions & 88 deletions tensorflow/make_py_wheel.sh

This file was deleted.

116 changes: 0 additions & 116 deletions tensorflow/make_py_wheel_mac.sh

This file was deleted.

0 comments on commit 8f56103

Please sign in to comment.