# ci-tools **Repository Path**: evm-zephyr-rtos/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**: 0 - **Created**: 2020-04-26 - **Last Updated**: 2020-12-19 ## 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 ```