Update environment variables for travis and appveyor
To install using pypi.org:
pip install bincrafters-envy
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
)
To run all unit tests:
cd tests
pytest -v -s --cov=bincrafters_envy