Let dependabot decide of the python version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michel Roux 2020-12-08 17:20:44 +01:00
parent d73beb9be4
commit cc1f669a32
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ type: docker
steps: steps:
- name: flake8 - name: flake8
image: python image: python:slim
commands: commands:
- pip install flake8 - pip install flake8
- flake8 pynyaata --ignore=E501 - flake8 pynyaata --ignore=E501

View File

@ -1,4 +1,4 @@
FROM python:slim FROM python:3.9.1-slim
COPY pynyaata /app/pynyaata COPY pynyaata /app/pynyaata
COPY requirements.txt *.py /app/ COPY requirements.txt *.py /app/