linting; some dependencies
This commit is contained in:
parent
12018fa22d
commit
4f6ad6a530
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
install: "pip install -r portier/requirements.txt"
|
||||
script:
|
||||
- flake8
|
|
@ -1 +1,4 @@
|
|||
FROM python:3.8
|
||||
FROM python:3.8-alpine
|
||||
WORKDIR /app
|
||||
ADD . /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
django>=3.0
|
||||
celery>=4.4
|
Loading…
Reference in New Issue