Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ipython from 7.16.3 to 8.10.0 #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Bump ipython from 7.16.3 to 8.10.0

6cfd876
Select commit
Loading
Failed to load commit list.
Open

Bump ipython from 7.16.3 to 8.10.0 #94

Bump ipython from 7.16.3 to 8.10.0
6cfd876
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Sep 15, 2023 in 1m 44s

Build Failed

The build failed. 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 #94 Bump ipython from 7.16.3 to 8.10.0.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python ENV OS State
28.1 3.8 RANDOM_SEED=0 Linux failed
28.2 3.9 RANDOM_SEED=0 Linux failed
28.3 3.10 RANDOM_SEED=0 Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Python Versions 3.8, 3.9, 3.10
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "python": [
    "3.8",
    "3.9",
    "3.10"
  ],
  "cache": {
    "pip": true,
    "directories": [
      "${VIRTUAL_ENV}"
    ]
  },
  "env": [
    "global={:RANDOM_SEED=>\"0\"}"
  ],
  "before_install": [
    "curl -sSL https://install.python-poetry.org | python3 -",
    "make doctor"
  ],
  "install": [
    "make install"
  ],
  "script": [
    "make check",
    "make test"
  ],
  "after_success": [
    "pip install coveralls scrutinizer-ocular",
    "coveralls",
    "ocular"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "never",
        "on_failure": "never"
      }
    ]
  }
}