Skip to main content

Easily run common CI tasks in Python

Project description

ci

Easily run common CI tasks in Python

Getting started

Install this package with

pip install ci

Example usage

Run pip install codecov only when we are using Python 3.7

ci --only 3.7 pip install codecov

Run flake8 on all Python versions except 2.7

ci --skip 2.7 flake8

License

This project is licensed under the MIT License. See the LICENSE file.

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

ci-0.1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

ci-0.1.0-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

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