task_python_topi.sh 198 Bytes
Newer Older
1 2
export PYTHONPATH=python:topi/python

3 4 5 6
# Rebuild cython
make cython || exit -1
make cython3 || exit -1

7 8
python -m nose -v topi/tests/python || exit -1
python3 -m nose -v topi/tests/python || exit -1