Skip to content

Bump django from 1.9.6 to 1.11.23 in /requirements

Travis CI / Travis CI - Pull Request required action Jan 7, 2020 in 1m 49s

Build Errored

The build errored. This is a change from the previous build, which failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #17 Bump django from 1.9.6 to 1.11.23 in /requirements.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job Python ENV OS State Notes
36.1 2.7 TOX_ENV=py27 Linux errored
36.2 2.7 TOX_ENV=py27 Linux errored
36.3 2.7 TOX_ENV=py27 Linux errored
36.4 2.7 TOX_ENV=py27 Linux errored
36.5 2.7 TOX_ENV=coverage Linux errored
36.6 3.4 TOX_ENV=py34 Linux errored This job is allowed to fail.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Trusty)
Build Configuration
{
  "dist": "trusty",
  "sudo": false,
  "cache": "pip",
  "group": "stable",
  "addons": {
    "apt": {
      "packages": [
        "python-lxml",
        "python-psycopg2",
        "python-dev"
      ]
    }
  },
  "matrix": {
    "include": [
      {
        "env": [
          "TOX_ENV=py27",
          "OMAHA_SERVER_PRIVATE=True"
        ],
        "python": "2.7"
      },
      {
        "env": [
          "TOX_ENV=py27",
          "OMAHA_SERVER_PRIVATE=False"
        ],
        "python": "2.7"
      },
      {
        "env": [
          "TOX_ENV=py27",
          "DJANGO_SETTINGS_MODULE=omaha_server.settings_test_postgres"
        ],
        "python": "2.7"
      },
      {
        "env": [
          "TOX_ENV=py27",
          "PATH_TO_TEST=omaha.tests.test_public",
          "DJANGO_SETTINGS_MODULE=omaha_server.settings_test_postgres",
          "OMAHA_SERVER_PRIVATE=False"
        ],
        "python": "2.7"
      },
      {
        "env": "TOX_ENV=py34",
        "python": "3.4"
      },
      {
        "env": "TOX_ENV=coverage",
        "python": "2.7"
      }
    ],
    "allow_failures": [
      {
        "env": "TOX_ENV=py34"
      }
    ]
  },
  "script": [
    "tox -e $TOX_ENV"
  ],
  ".result": "configured",
  "install": [
    "pip install tox==2.2.1"
  ],
  "language": "python",
  "services": [
    "redis-server"
  ],
  "global_env": [
    "HOST_NAME=travis-ci",
    "SECRET_KEY=SECRET_KEY",
    "GRPC_PYTHON_BUILD_WITH_CYTHON=1"
  ],
  "virtualenv": {
    "system_site_packages": true
  }
}
You can’t perform that action at this time.