Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Install pycodestyle instead of pep8 in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jun 7, 2017
1 parent 8f9b6fe commit 73debb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
eslint-plugin-react eslint-plugin-react-native \
babel-eslint

RUN pip2 install -U flake8 pep8 pep8-naming pylint flake8-import-order \
&& python3.5 -m pip install -U flake8 pep8 pep8-naming pylint flake8-import-order \
RUN pip2 install -U flake8 pycodestyle pep8-naming pylint flake8-import-order \
&& python3.5 -m pip install -U flake8 pycodestyle pep8-naming pylint flake8-import-order \
&& python3.6 -m pip install -U badwolf \
&& rm -rf /var/lib/apt/list/* /tmp/* /var/tmp/*

Expand Down
4 changes: 2 additions & 2 deletions src.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
eslint-plugin-react eslint-plugin-react-native \
babel-eslint

RUN pip2 install -U flake8 pep8 pep8-naming pylint flake8-import-order \
&& python3.5 -m pip install -U flake8 pep8 pep8-naming pylint flake8-import-order \
RUN pip2 install -U flake8 pycodestyle pep8-naming pylint flake8-import-order \
&& python3.5 -m pip install -U flake8 pycodestyle pep8-naming pylint flake8-import-order \
&& python3.6 -m pip install -Ur requirements.txt \
&& python3.6 -m pip install . \
&& rm -rf /var/lib/apt/list/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit 73debb8

Please sign in to comment.