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

Commit

Permalink
switch sanity test to Gluon module test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Jan 17, 2019
1 parent d89e0d0 commit 8387deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/staticbuild/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ python setup.py bdist_wheel

wheel_name=$(ls -t dist | head -n 1)
pip install -U --user --force-reinstall dist/$wheel_name
python sanity_test.py
cd ..
python nosetests -v $(ls tests/python/unittest/test_gluon*.py | grep -v data | grep -v model_zoo | grep -v utils | grep -v rnn)

0 comments on commit 8387deb

Please sign in to comment.