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

Commit

Permalink
[MXNET-908] Enable python tests in Travis (#12550)
Browse files Browse the repository at this point in the history
This turns on python tests in Travis in order to increase or MacOS coverage.
  • Loading branch information
KellenSunderland authored and marcoabreu committed Sep 19, 2018
1 parent db295ef commit 61b17b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ script:
- export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
- mv make/osx.mk config.mk
- make -j 2
- python -m nose --verbose tests/python/unittest/
4 changes: 2 additions & 2 deletions ci/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ if [ ${TRAVIS_OS_NAME} == "osx" ]; then
brew install libpng
brew install ImageMagick
brew install swig
python -m pip install --user nose numpy cython scipy requests
python3 -m pip install --user nose numpy cython scipy requests
python -m pip install --user nose numpy cython scipy requests mock
python3 -m pip install --user nose numpy cython scipy requests mock
fi

0 comments on commit 61b17b7

Please sign in to comment.