1 Star 0 Fork 0

al0014 / pymc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: python
sudo: false
matrix:
include:
- python: 2.7
- python: 3.4
addons:
apt:
packages:
- libatlas-dev
- libatlas-base-dev
- liblapack-dev
- gfortran
before_install:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=":99.0"
- travis_retry pip install --install-option="--no-cython-compile" Cython==0.22
- travis_retry pip install numpy scipy nose matplotlib pandas
install:
- python setup.py build_ext --inplace
script:
- nosetests -s pymc/tests/
1
https://gitee.com/al0014/pymc.git
git@gitee.com:al0014/pymc.git
al0014
pymc
pymc
master

搜索帮助