Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Skip object detector unit tests in Travis CI for now (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjong committed Oct 3, 2018
1 parent 5eeaf68 commit f0c1634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -54,8 +54,8 @@ script:
# Check whether O_NONBLOCK is set (should print "0"):
- python -c 'import os,sys,fcntl; flags = fcntl.fcntl(sys.stdout, fcntl.F_GETFL); print(flags&os.O_NONBLOCK);'

# Remove style transfer unit tests
- rm src/unity/python/turicreate/test/test_style_transfer.py
# Remove object detector and style transfer unit tests
- rm src/unity/python/turicreate/test/test_style_transfer.py src/unity/python/turicreate/test/test_object_detector.py

# Build the wheel
- travis_wait 180 bash scripts/make_wheel.sh --build_number=$CI_PIPELINE_ID --num_procs=2 --debug --skip_cpp_test

0 comments on commit f0c1634

Please sign in to comment.