marcoabreu closed pull request #12550: [MXNET-908] Enable python tests in Travis
URL: https://github.com/apache/incubator-mxnet/pull/12550
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index f61bd86673d..817d1ace7f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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/
diff --git a/ci/travis/install.sh b/ci/travis/install.sh
index d04dda7e87f..16db601211a 100644
--- a/ci/travis/install.sh
+++ b/ci/travis/install.sh
@@ -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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to