raymondxyy / pyaudlib

A speech signal processing library in Python with emphasis on deep learning.
MIT License
31 stars 6 forks source link

Pytest causes segfault on TravisCI #23

Closed raymondxyy closed 4 years ago

raymondxyy commented 4 years ago

Error message produced by branch ci:

Setting environment variables from .travis.yml $ export PYTHONPATH=pwd 0.01s$ source ~/virtualenv/python3.6/bin/activate $ python --version Python 3.6.7 $ pip --version pip 19.0.3 from /home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/pip (python 3.6) install 56.79s$ python setup.py install 31.29s$ pytest ============================= test session starts ============================== platform linux -- Python 3.6.7, pytest-4.3.1, py-1.7.0, pluggy-0.8.0 rootdir: /home/travis/build/raymondxyy/pyaudlib, inifile: collecting 14 items /home/travis/.travis/functions: line 109: 3533 Segmentation fault (core dumped) pytest The command "pytest" exited with 139.

raymondxyy commented 4 years ago

Solved in #24.