docs | |
---|---|
tests | |
package |
Simple ETL app for geocoding with NYC Geoclient
- Free software: Apache Software License 2.0
pip install bray
You can also install the in-development version with:
pip install https://github.com/mlipper/bray/archive/master.zip
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 |