2 Star 0 Fork 0

mirrors_maxpumperla/elephas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 968 Bytes
一键复制 编辑 原始数据 按行查看 历史
danielenricocahall 提交于 2022-08-30 14:33 . update version and travis ci
sudo: required
dist: bionic
language: python
python:
- "3.7"
- "3.8"
- "3.9"
before_install:
- sudo add-apt-repository -y ppa:openjdk-r/ppa
- sudo apt-get -qq update
- sudo apt-get install -y openjdk-8-jdk --no-install-recommends
- sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
- export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
env:
- SPARK_LOCAL_IP=0.0.0.0
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- travis_retry conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION nose
- source activate test-environment
- pip install Cython --install-option="--no-cython-compile"
- pip install -e .[tests]
script:
- pytest tests/
after_success:
- coveralls
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_maxpumperla/elephas.git
git@gitee.com:mirrors_maxpumperla/elephas.git
mirrors_maxpumperla
elephas
elephas
master

搜索帮助