Skip to content

Commit

Permalink
[INDY-1289] Freeze versions for code validation
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <[email protected]>
  • Loading branch information
Andrew Nikitin committed May 8, 2018
1 parent eea437f commit 3689a51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/code-validation.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ RUN apt-get update -y && apt-get install -y \
RUN pip3 install -U \
'pip<10.0.0' \
setuptools \
pep8 \
pep8-naming \
flake8
pep8==1.7.1 \
pep8-naming==0.6.1 \
flake8==3.5.0

0 comments on commit 3689a51

Please sign in to comment.