Skip to content

OA加速化ワークフロー_デモ版

8940f46
Select commit
Loading
Failed to load commit list.
Merged

OA加速化ワークフロー_デモ版 #74

OA加速化ワークフロー_デモ版
8940f46
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Mar 30, 2025 in 8m 26s

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 #74 OA加速化ワークフロー_デモ版.
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Version 3.6
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.6"
  ],
  "sudo": false,
  "cache": {
    "directories": [
      "$HOME/wheelhouse"
    ]
  },
  "before_install": [
    "export WHEELHOUSE=$HOME/wheelhouse"
  ],
  "install": [
    "travis_retry pip install --upgrade pip==20.2",
    "travis_retry pip install setuptools==37.0.0",
    "travis_retry pip install wheel==0.26.0",
    "travis_retry pip install invoke==0.13.0",
    "travis_retry invoke wheelhouse --develop",
    "travis_retry invoke install --develop"
  ],
  "env": [
    "jobs={:WATERBUTLER_CONFIG=>\"./travis-config.json\", :BOTO_CONFIG=>\"/dev/null\"}"
  ],
  "script": [
    "invoke test"
  ],
  "before_cache": [
    "rm -f $HOME/wheelhouse/boto-*.whl",
    "rm -f $HOME/wheelhouse/aiohttpretty-*.whl"
  ],
  "notifications": {
    "flowdock": [
      {
        "api_token": "9f8a6baf3feafdb62e515718698d06d0"
      }
    ]
  },
  "after_success": [
    "coveralls"
  ]
}