Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Latest commit

 

History

History
70 lines (49 loc) · 1.92 KB

README.rst

File metadata and controls

70 lines (49 loc) · 1.92 KB

mirror-mapper

Travis-CI Build Status Coverage Status Documentation Status

Map upstream repo url to mirror location on git.mozilla.org for b2g projects.

Installation

pip install git+https://github.com/hwine/mirror-mapper.git

Documentation

https://mirror-mapper.readthedocs.org/

Development

To run the all tests run:

tox

Requirements

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.