Map upstream repo url to mirror location on git.mozilla.org for b2g projects.
- Free software: Mozilla License
pip install git+https://github.com/hwine/mirror-mapper.git
https://mirror-mapper.readthedocs.org/
To run the all tests run:
tox
Developing on this project requires your environment to have these minimal dependencies:
- Tox - for running the tests
- Setuptools - for building the package, wheels etc. Now-days Setuptools is widely available, it shouldn't pose a problem :)
- Sphinx - for updating the documentation
Note: the layout for this project came from the Cookiecutter template https://github.com/ionelmc/cookiecutter-pylibrary-minimal.