The list below shows a few different ways to get the development environment up and running.
Run unit- and integration tests.
$ pipenv run python -m pytest ../tests/
$ pipenv run unittest
$ pipenv run integrationtest
Run PEP8 linting:
$ pipenv run lint-flake8