From b52aa4b8a0d65a71a29260ee34adcf2031b31313 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Sun, 27 Oct 2019 17:18:37 +1100 Subject: [PATCH] fixup! build,test: add .ci.yml for containered tests --- .ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.ci.yml b/.ci.yml index b8499ab0fb9a32..a27ef30fba83e2 100644 --- a/.ci.yml +++ b/.ci.yml @@ -47,7 +47,10 @@ tests: label: Lint JS, C++, Python, Markdown & Docs image: node-linter execute: | - make lint-ci || { + make lint-py-build PYTHON=python3 + make lint-py PYTHON=python3 + make lint-py-build PYTHON=python2 + make lint-ci PYTHON=python2 || { cat test-eslint.tap | grep -v '^ok\|^TAP version 13\|^1\.\.' | sed '/^\s*$/d' && exit 1; }