Skip to main content

Local CI, for mortals.

Project description

Note: This is under development and not ready for prime time.

CI for mortals. The idea is that for every commit, we want to ensure that there is evidence of passing tests.

Note: EasyCI only works with git repositories.

Installation/Setup

First, install EasyCI using pip.

pip install easyci

Next, setup EasyCI for your project.

cd /path/to/project
eci init

This will install the necessary git hooks and put a trivial config file eci.yaml. You should modify the config file to actually run your tests.

Config

The config lives in a file at the root of the repository, eci.yaml.

key

type

Description

tests

List[string]

This is a list of commands to run tests.

history_limit

int

The number of passing test runs to remember.

Commands

eci init

This command is to be run inside the target repository. This installs the necessary hooks (pre-push + pre-commit) to check if tests have been run for the current commit.

eci test

This command creates a copy of your project and remove any unstaged changes and ignored files before running tests. If tests pass, then it stores a hash representing the current state of your project in .git/eci/passed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easyci-0.3.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page