Skip to content

Commit 7c12411

Browse files
authored
Merge pull request #464 from miketheman/miketheman/remove-bats
chore(ci): remove bats testing references
2 parents 296416c + 30de0fe commit 7c12411

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

circle.yml

-5
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

-4
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)