1 Star 0 Fork 0

ease-mirror/mycroft-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 828 Bytes
一键复制 编辑 原始数据 按行查看 历史
branches:
only:
- master
- dev
language: python
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq mpg123 portaudio19-dev libglib2.0-dev swig bison libtool autoconf libglib2.0-dev libicu-dev libfann-dev realpath
- sudo apt-get install -y gcc-4.8 g++-4.8
- export CC="gcc-4.8"
- export TMPDIR="/tmp/${TRAVIS_PYTHON_VERSION}"
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
# don't rebuild pocketsphinx for every build
cache:
- pip
- pocketsphinx-python
# command to install dependencies
install:
- rm -rf ${TMPDIR}
- mkdir ${TMPDIR}
- echo ${TMPDIR}
- VIRTUALENV_ROOT=${VIRTUAL_ENV} ./dev_setup.sh
# command to run tests
script:
- pycodestyle mycroft test
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- ./start-mycroft.sh unittest
after_success:
coveralls
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ease-mirror/mycroft-core.git
git@gitee.com:ease-mirror/mycroft-core.git
ease-mirror
mycroft-core
mycroft-core
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385