Commit 76350d78 authored by Dr.李's avatar Dr.李

fixed

parent 13f23e49
...@@ -39,7 +39,7 @@ install: ...@@ -39,7 +39,7 @@ install:
script: script:
- export NUMBA_DISABLE_JIT=1 - export NUMBA_DISABLE_JIT=1
- export LD_LIBRARY_PATH="$PWD/libs/lib/linux:$LD_LIBRARY_PATH" - export LD_LIBRARY_PATH="$PWD/libs/lib/linux:$LD_LIBRARY_PATH"
- python build_ext --inplace - python setup.py build_ext --inplace
- coverage run alphamind/tests/test_suite.py - coverage run alphamind/tests/test_suite.py
- coverage report - coverage report
- coverage html - coverage html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment