[](https://travis-ci.org/eng-tools/bwplot) [](https://img.shields.io/pypi/v/bwplot.svg)
bwplot
This python project contains a simple command to select colours that are distinctly different in both colour and black and white.
How do I get set up?
- Run
pip install -r requirements.txt
Testing
Tests are run with pytest
- Locally run:
pytest
on the command line. - Tests are run on every push using travis, see the
.travis.yml
file
Deployment
To deploy the package to pypi.com you need to:
- Push to the pypi branch. This executes the tests on circleci.com [not setup anymore]
- Create a git tag and push to github, run:
trigger_deploy.py
or manually: