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

[BUG] Fix dist-check-version in the makefile - LRN-42450 #78

Merged
merged 1 commit into from
Aug 7, 2024

[BUG] Fix dist-check-version in the makefile - LRN-42450

ad94496
Select commit
Loading
Failed to load commit list.
Merged

[BUG] Fix dist-check-version in the makefile - LRN-42450 #78

[BUG] Fix dist-check-version in the makefile - LRN-42450
ad94496
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Aug 2, 2024 in 14m 38s

Build Passed

The build passed.

Details

This is a normal build for the LRN-42450/bug/fix-makefile-dist-check-version branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has ten jobs, running in parallel.

Job Python OS State
697.1 3.6 Linux passed
697.2 3.7 Linux passed
697.3 3.8 Linux passed
697.4 3.9 Linux passed
697.5 3.10 Linux passed
697.6 3.6 Linux passed
697.7 3.7 Linux passed
697.8 3.8 Linux passed
697.9 3.9 Linux passed
697.10 3.10 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.6, 3.7, 3.8, 3.9, 3.10
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "arch": [
    "amd64",
    "arm64"
  ],
  "python": [
    "3.6",
    "3.7",
    "3.8",
    "3.9",
    "3.10"
  ],
  "before_install": [
    "echo \"$DOCKERHUB_PASSWORD\" | docker login -u \"$DOCKERHUB_USERNAME\" --password-stdin"
  ],
  "install": [
    "pip install .[test]"
  ],
  "script": [
    "pytest --cov=learnosity_sdk"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "tCs/NWSyAvBa6GiyVp9Bkn/tyqEe6rWddw/XQvLHeZgPFI5433Nxycus1lxlp9ugASPdDDjKEiHXDRE64km1g3mGOyiRDald0n5z3aTYb4lebBxVjD9uKvJhjwknEmmEvaQV9UfP6hq8muX0Yx3qjhNNYZve8FR8UCFl3YC68mc="
          }
        ],
        "on_success": "change"
      }
    ]
  }
}