implement basic testing fixtures and linting #19
| @@ -18,6 +18,7 @@ jobs: | ||||
|     - name: Install dependencies | ||||
|       run: | | ||||
|         apt-get update && apt-get install -y python3 python3-pip | ||||
|         pip install pipenv | ||||
|         # only install dev-packages | ||||
|         pipenv install --categories=dev-packages | ||||
|       working-directory: backend | ||||
|   | ||||
| @@ -18,6 +18,7 @@ jobs: | ||||
|     - name: Install dependencies | ||||
|       run: | | ||||
|         apt-get update && apt-get install -y python3 python3-pip | ||||
|         pip install pipenv | ||||
|         # install all packages, including dev-packages | ||||
|         pipenv install --dev | ||||
|       working-directory: backend | ||||
|   | ||||
		Reference in New Issue
	
	Block a user