1 Star 0 Fork 0

许沁沁/lda2vec

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Much of this script was adapted from astropy/astropy.
language: python
env:
global:
- NUMPY_VERSION=1.10
matrix:
include:
# All the versions of Python.
- python: 2.7
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda2/bin:$PATH
install:
- conda create --yes -n testing python=$TRAVIS_PYTHON_VERSION
- source activate testing
- conda install --yes numpy=$NUMPY_VERSION nose pip numba cython scikit-learn h5py
- pip install chainer pytest spacy codecov coveralls pytest-cov
- python -m spacy.en.download --force all
- python setup.py install
script:
- ls
- pwd
- env | sort
- py.test --cov=lda2vec tests/ lda2vec --ignore=lda2vec/preprocess.py
- # python examples/twenty_newsgroups/lda.py
after_success:
- coveralls
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xu_qin_qin/lda2vec.git
git@gitee.com:xu_qin_qin/lda2vec.git
xu_qin_qin
lda2vec
lda2vec
master

搜索帮助