Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Merge pull request #1 from f-rower/f-rower-patch-1

9c31456
Select commit
Loading
Failed to load commit list.
Open

Changed deprecated reference to scikit-learn in setup.py #137

Merge pull request #1 from f-rower/f-rower-patch-1
9c31456
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Feb 26, 2025 in 12m 18s

Build Errored

The build errored. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #137 Changed deprecated reference to scikit-learn in setup.py.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Python OS State
900.1 3.7 Linux errored
900.2 3.8 Linux errored
900.3 Lint 3.7 Linux failed
900.4 Build documentation 3.7 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Bionic)
Python Versions 3.7, 3.8
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "python": [
    "3.7",
    "3.8"
  ],
  "before_install": [
    "pip install cython",
    "sudo apt-get -y install pocl-opencl-icd clinfo"
  ],
  "install": [
    "pip install -e ."
  ],
  "before_script": [
    "pip install pytest pytest-cov codecov",
    "clinfo",
    "python .travis/context_info.py"
  ],
  "script": [
    "pytest -v --cov-config=.coveragerc --cov=./peridynamics"
  ],
  "after_success": [
    "codecov"
  ],
  "jobs": {
    "include": [
      {
        "name": "Lint",
        "before_install": [
    ],
    "install": [

    ],
    "before_script": [
      "pip install flake8 flake8-docstrings"
    ],
    "script": [
      "flake8"
    ],
    "after_success": [

    ]
  },
  {
    "name": "Build documentation",
    "before_script": [
      "pip install sphinx"
    ],
    "script": [
      "sphinx-build -W -b html docs build"
    ],
    "after_success": [

    ]
  }
]

}
}