Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

bincrafters/bincrafters-envy

Repository files navigation

Build Status Build status codecov download

Bincrafters Envy

Update environment variables for travis and appveyor

Install

To install using pypi.org:

pip install bincrafters-envy

Usage

first, you'll need to obtains travis and appveyor tokens

to obtain appveyor token, visit this page

to obtain travis token, install travis ruby client, then run:

travis login
travis token

put your appveyor token into file named appveyor.token

put your travis token into file named travis.token

create env.ini file with your environment variables (take a look at the env.ini.example):

[env]
CONAN_LOGIN_USERNAME = <your username>
CONAN_PASSWORD = <your password>

then run python envy.py -p <project> (e.g. python envy.py -p conan-libastral)

Testing

To run all unit tests:

cd tests
pytest -v -s --cov=bincrafters_envy

LICENSE

MIT