# ci-tools **Repository Path**: ShadowThreeD/ci-tools ## Basic Information - **Project Name**: ci-tools - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-17 - **Last Updated**: 2021-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CI Tools and Scripts for Zephyr This repository hosts all CI tools and scripts used to validate Zephyr code changes. To install the required python modules, run the following: ``` pip3 install --user -r requirements.txt ```