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

updated deps for security alerts #27

Open
wants to merge 1 commit into
base: master
from

updated deps for security alerts

3011809
Select commit
Open
Travis CI / Travis CI - Pull Request failed Apr 8, 2020 in 2m 44s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #27 updated deps for security alerts.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has five jobs, running in parallel.

Job Python ENV OS State
122.1 3.7 HOST_NAME=travis-ci Linux failed
122.2 3.7 HOST_NAME=travis-ci Linux failed
122.3 3.7 HOST_NAME=travis-ci Linux failed
122.4 3.7 HOST_NAME=travis-ci Linux passed
122.5 3.7 HOST_NAME=travis-ci Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Version 3.7
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.7"
  ],
  "sudo": false,
  "cache": {
    "pip": true
  },
  "env": [
    "global={:HOST_NAME=>\"travis-ci\"}={:SECRET_KEY=>\"SECRET_KEY\"}={:GRPC_PYTHON_BUILD_WITH_CYTHON=>\"1\"}"
  ],
  "services": [
    "redis",
    "postgresql"
  ],
  "install": [
    "pip install tox"
  ],
  "script": [
    "tox -e $TOX_ENV"
  ],
  "jobs": {
    "include": [
      {
        "env": [
          {
            "TOX_ENV": "py37"
          },
          {
            "OMAHA_SERVER_PRIVATE": "True"
          }
        ]
      },
      {
        "env": [
          {
            "TOX_ENV": "py37"
          },
          {
            "OMAHA_SERVER_PRIVATE": "False"
          }
        ]
      },
      {
        "env": [
          {
            "TOX_ENV": "py37"
          },
          {
            "DJANGO_SETTINGS_MODULE": "omaha_server.settings_test_postgres"
          },
          {
            "OMAHA_SERVER_PRIVATE": "True"
          }
        ]
      },
      {
        "env": [
          {
            "TOX_ENV": "py37"
          },
          {
            "PATH_TO_TEST": "omaha.tests.test_public"
          },
          {
            "DJANGO_SETTINGS_MODULE": "omaha_server.settings_test_postgres"
          },
          {
            "OMAHA_SERVER_PRIVATE": "False"
          }
        ]
      },
      {
        "env": [
          {
            "TOX_ENV": "coverage"
          }
        ]
      }
    ]
  }
}
You can’t perform that action at this time.