Easily run common CI tasks for Python builds.
Project description
ci
Easily run common CI tasks for Python builds.
Getting started
Install this package with
pip install ci
Example usage
Here are some examples of how you would use the ci
tool.
Run flake8
on Python 2.7 only
ci --skip 2.7 flake8
Run pip install codecov
on Python 3.x.x only
ci --only 3 pip install codecov
Run codecov
on Python 3.7.2 only
ci --only 3.7.2 codecov
If for some reason you are running a command that takes the same options as this
tool then you can use two dashes --
to specify that this tool should no longer
match options:
ci --only 3 -- git --version
License
This project is licensed under the MIT License. See the LICENSE file.
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(3.3 kB
view details)
Built Distribution
ci-0.1.1-py3-none-any.whl
(3.9 kB
view details)
File details
Details for the file ci-0.1.1.tar.gz
.
File metadata
- Download URL: ci-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0554380c55b122d20937a748db0cc6b3f20ed4956401622d24f837b80463a947 |
|
MD5 | 3f206289d9220df49f37157f28196249 |
|
BLAKE2b-256 | 4fef15940a20e25b395e1c438b29c740bac1d08f6eff7f2256a6a4a32e9d6d09 |
File details
Details for the file ci-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: ci-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a7f277229a9e5ee07cf8e44c7800e2b26a92e1d2944b4353c9f052668e8c90a |
|
MD5 | f969d1fbe441f73c9643337f4a2a4a88 |
|
BLAKE2b-256 | 9e0ad9196c831d4cde0a51d97d9aad4a9fe34cf7a5629caf13298acf8b4a44df |