Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 684 Bytes

File metadata and controls

16 lines (12 loc) · 684 Bytes

Contributing to Streamz

Streamz Conda Environment

For the convenience of the community streamz offers an environment file for contributors to create conda environments. A few basic quick start commands for creating a using a streamz conda environment are found below.

Creating Conda Development Environment

Creating the streamz conda environment can be achieved by simply running conda env create -f ./conda/environments/streamz_dev.yml

Using Conda Environment

The streamz conda environment can be activated by running conda activate streamz_dev

Run Software Tests

pip install --editable=. --requirement=requirements-test.txt
pytest -vvv