Go back to one requirements.txt, simplify workflow
The workflow can now use .pylintrc and the pylint req in requirements.txt rather than having the options inline and installing it separately
This commit is contained in:
parent
b3603c04c5
commit
6584cb6404
4 changed files with 10 additions and 12 deletions
|
@ -10,6 +10,3 @@ RUN apt-get update && apt-get install -y gettext libgettextpo-dev tidy && apt-ge
|
|||
|
||||
COPY requirements.txt /app/
|
||||
RUN pip install -r requirements.txt --no-cache-dir
|
||||
|
||||
COPY requirements.dev.txt /app/
|
||||
RUN pip install -r requirements.dev.txt --no-cache-dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue