Skip to content

Latest commit

 

History

History
94 lines (59 loc) · 1.8 KB

File metadata and controls

94 lines (59 loc) · 1.8 KB

Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status
package

Simple ETL app for geocoding with NYC Geoclient

  • Free software: Apache Software License 2.0

Installation

pip install bray

You can also install the in-development version with:

pip install https://github.com/mlipper/bray/archive/master.zip

Documentation

https://bray.readthedocs.io/

Development

Install tox:

pip install tox

If you use pyenv, install tox-pyenv:

pip install tox-pyenv

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox