depthcharge icon indicating copy to clipboard operation
depthcharge copied to clipboard

Create CI Pipeline for exercising `setup.py`

Open jynik opened this issue 4 years ago • 0 comments

The next branch shouldn't be grossly broken in a manner reported in #72.

I need to set up a CI pipeline to, at a minimum, perform test of package installation:

  • python3 -m pip install .
  • python3 -m pip install -e .[docs]

jynik avatar Feb 11 '21 15:02 jynik