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

Fix signature containing boolean values #397

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

Fix signature containing boolean values

ae68038
Select commit
Loading
Failed to load commit list.
Open

Fix signature containing boolean values #397

Fix signature containing boolean values
ae68038
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 28, 2024 in 5m 24s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #397 Fix signature containing boolean values.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 12 jobs, running in parallel.

Job Python ENV OS State
3879.1 2.7 TOXENV=py27-core Linux passed
3879.2 3.7 TOXENV=py37-core Linux passed
3879.3 3.8 TOXENV=py38-core Linux passed
3879.4 3.9 TOXENV=py39-core Linux passed
3879.5 3.10 TOXENV=py310-core Linux passed
3879.6 3.11 TOXENV=py311-core Linux passed
3879.7 2.7 TOXENV=py27-django111 Linux passed
3879.8 3.7 TOXENV=py37-django22 Linux passed
3879.9 3.9 TOXENV=py39-django32 Linux passed
3879.10 3.10 TOXENV=py310-django40 Linux passed
3879.11 3.10 TOXENV=py310-django41 Linux passed
3879.12 3.11 TOXENV=py311-django41 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "install": [
    "pip install tox"
  ],
  "before_script": [
    "export CLOUDINARY_URL=$(bash tools/get_test_cloud.sh); echo cloud_name: \"$(echo $CLOUDINARY_URL | cut -d'@' -f2)\"\n"
  ],
  "script": [
    "export PYTHONPATH=\"${PYTHONPATH}:$(pwd)\"",
    "tox -e $TOXENV"
  ],
  "notifications": {
    "email": [
      {
        "recipients": [
          "[email protected]"
        ]
      }
    ]
  },
  "jobs": {
    "include": [
      {
        "python": "2.7",
        "env": [
          {
            "TOXENV": "py27-core"
          }
        ]
      },
      {
        "python": "3.7",
        "env": [
          {
            "TOXENV": "py37-core"
          }
        ]
      },
      {
        "python": "3.8",
        "env": [
          {
            "TOXENV": "py38-core"
          }
        ]
      },
      {
        "python": "3.9",
        "env": [
          {
            "TOXENV": "py39-core"
          }
        ]
      },
      {
        "python": "3.10",
        "env": [
          {
            "TOXENV": "py310-core"
          }
        ]
      },
      {
        "python": "3.11",
        "env": [
          {
            "TOXENV": "py311-core"
          }
        ]
      },
      {
        "python": "2.7",
        "env": [
          {
            "TOXENV": "py27-django111"
          }
        ]
      },
      {
        "python": "3.7",
        "env": [
          {
            "TOXENV": "py37-django22"
          }
        ]
      },
      {
        "python": "3.9",
        "env": [
          {
            "TOXENV": "py39-django32"
          }
        ]
      },
      {
        "python": "3.10",
        "env": [
          {
            "TOXENV": "py310-django40"
          }
        ]
      },
      {
        "python": "3.10",
        "env": [
          {
            "TOXENV": "py310-django41"
          }
        ]
      },
      {
        "python": "3.11",
        "env": [
          {
            "TOXENV": "py311-django41"
          }
        ]
      }
    ]
  }
}