mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 23:44:27 +02:00
Lint: Run lint unit tests on Python 3 as well.
This commit is contained in:
parent
f7896ada9e
commit
278fa62706
@ -62,6 +62,18 @@ jobs:
|
|||||||
# - run:
|
# - run:
|
||||||
# name: "Run deploy"
|
# name: "Run deploy"
|
||||||
# command: ./tools/scripts/deploy.sh
|
# command: ./tools/scripts/deploy.sh
|
||||||
|
"Project lint unit tests on Python 3":
|
||||||
|
docker:
|
||||||
|
- image: circleci/python:3.7.4
|
||||||
|
working_directory: ~/test262
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: "Install requirements for linter tool"
|
||||||
|
command: python -m pip install --user --requirement tools/lint/requirements.txt
|
||||||
|
- run:
|
||||||
|
name: "Test the lint tool"
|
||||||
|
command: ./tools/lint/test/run.py
|
||||||
"V8: New or modified tests execution":
|
"V8: New or modified tests execution":
|
||||||
docker:
|
docker:
|
||||||
- image: *node_latest
|
- image: *node_latest
|
||||||
@ -125,6 +137,7 @@ workflows:
|
|||||||
Tools:
|
Tools:
|
||||||
jobs:
|
jobs:
|
||||||
- "Project lint, generation tests and build"
|
- "Project lint, generation tests and build"
|
||||||
|
- "Project lint unit tests on Python 3"
|
||||||
Tests execution:
|
Tests execution:
|
||||||
jobs:
|
jobs:
|
||||||
- "ChakraCore: New or modified tests execution"
|
- "ChakraCore: New or modified tests execution"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user