Setup CI automated testing and linting (flake8) and add a simple unit test.
This story is to setup the basic development infrastructure for the LAS data loader. It includes
- Creating the folder structure within the repository. (eg src and test folders)
- Setting up pipenv.
- Creating a simple unit test.
- Adding an automated test pipeline to gitlab that runs the simple unit test.
- Adding static analysis (linting) to the automated build pipeline (flake8)
Edited by Greg Harris