Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 27ced2c

Browse files
authored
Merge branch 'master' into miketheman/322
2 parents 3752411 + 9b2998d commit 27ced2c

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
44
[![CircleCI](https://circleci.com/gh/UnitedIncome/serverless-python-requirements.svg?style=shield)](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)
65
[![npm](https://img.shields.io/npm/v/serverless-python-requirements.svg)](https://www.npmjs.com/package/serverless-python-requirements)
76
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
87

appveyor.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

circle.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
./configure
1717
make
1818
sudo make altinstall
19-
# install bats
20-
- run: |
21-
git clone https://github.com/sstephenson/bats.git
22-
cd bats
23-
sudo ./install.sh /usr/local
2419
# other deps
2520
- run: sudo apt -y update && sudo apt -y install python-pip python2.7 curl unzip
2621
# upgrade python3.6 pip to latest

test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,6 @@ test('py3.6 can package flask with slim option', t => {
221221
t.end();
222222
});
223223

224-
/*
225-
* News tests NOT in test.bats
226-
*/
227-
228224
test('py3.6 can package flask with slim & slimPatterns options', t => {
229225
process.chdir('tests/base');
230226

0 commit comments

Comments
 (0)