Copyright © 2017 All rights reserved.
45
テスト/デプロイ
nBuildspec.yml
version: 0.2
phases:
install:
commands:
- yum update -y
- yum install -y python36 python36-devel.x86_64 gcc libffi-devel openssl-devel
- pip-3.6 install -r requirements.txt -t vendored
- pip-3.6 install pyyaml warrant
- npm install -g
[email protected]
- rm -rf vendored/botocore
build:
commands:
- python36 tests/integration/test_xxx.py
- serverless deploy -s stage