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

Sample Project for Automatic Content Creation #403

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

readme update

77d42ae
Select commit
Loading
Failed to load commit list.
Open

Sample Project for Automatic Content Creation #403

readme update
77d42ae
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 10, 2024 in 5m 45s

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 #403 Sample Project for Automatic Content Creation.
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
3939.1 2.7 TOXENV=py27-core Linux passed
3939.2 3.7 TOXENV=py37-core Linux passed
3939.3 3.8 TOXENV=py38-core Linux passed
3939.4 3.9 TOXENV=py39-core Linux passed
3939.5 3.10 TOXENV=py310-core Linux passed
3939.6 3.11 TOXENV=py311-core Linux passed
3939.7 2.7 TOXENV=py27-django111 Linux passed
3939.8 3.7 TOXENV=py37-django22 Linux passed
3939.9 3.9 TOXENV=py39-django32 Linux passed
3939.10 3.10 TOXENV=py310-django40 Linux passed
3939.11 3.10 TOXENV=py310-django41 Linux passed
3939.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 pytest"
  ],
  "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": [
          "sdk_developers@cloudinary.com"
        ]
      }
    ]
  },
  "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"
          }
        ]
      }
    ]
  }
}