File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Serverless Python Requirements
2
2
3
3
[ ![ serverless] ( http://public.serverless.com/badges/v3.svg )] ( http://www.serverless.com )
4
- [ ![ circleci] ( https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser/master.svg )] ( https://circleci.com/gh/UnitedIncome/serverless-python-requirements )
4
+ [ ![ CircleCI] ( https://circleci.com/gh/UnitedIncome/serverless-python-requirements.svg?style=svg )] ( https://circleci.com/gh/UnitedIncome/serverless-python-requirements )
5
+ [ ![ appveyor] ( https://ci.appveyor.com/api/projects/status/biel93xc535nxvi2?svg=true )] ( https://ci.appveyor.com/project/dschep/serverless-python-requirements )
5
6
[ ![ npm] ( https://nodei.co/npm/serverless-python-requirements.png?mini=true )] ( https://www.npmjs.com/package/serverless-python-requirements )
6
7
7
8
A Serverless v1.x plugin to automatically bundle dependencies from
Original file line number Diff line number Diff line change
1
+ version : ' {build}'
2
+ init :
3
+ - ps : >-
4
+ Install-Product node 6
5
+
6
+ npm i -g serverless
7
+ build : off
8
+ test_script :
9
+ - cmd : >-
10
+ cd example
11
+
12
+ npm i
13
+
14
+ sls package --pythonBin=c:/python36/python.exe
You can’t perform that action at this time.
0 commit comments