Skip to content

Latest commit

 

History

History
83 lines (55 loc) · 1.72 KB

README.rst

File metadata and controls

83 lines (55 loc) · 1.72 KB

Overview

docs Documentation Status
tests


package

Protean Sqlalchemy Extension

  • Free software: BSD 3-Clause License

Installation

pip install protean-sqlalchemy

Documentation

https://protean-sqlalchemy.readthedocs.io/

Development

pyenv virtualenv -p python3.6 3.6.5 protean-es-dev

To run the all 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