Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
cab5af26
Commit
cab5af26
authored
Mar 01, 2019
by
Marcus Shawcroft
Committed by
Tianqi Chen
Feb 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin pylint version 2.2.2 (#2698)
parent
f4b69742
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docker/Dockerfile.ci_lint
+1
-1
docker/install/ubuntu_install_python_package.sh
+2
-2
No files found.
docker/Dockerfile.ci_lint
View file @
cab5af26
...
...
@@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y sudo wget
COPY install/ubuntu_install_python.sh /install/ubuntu_install_python.sh
RUN bash /install/ubuntu_install_python.sh
RUN apt-get install -y doxygen graphviz
RUN pip3 install cpplint pylint mypy
RUN pip3 install cpplint pylint
==2.2.2
mypy
docker/install/ubuntu_install_python_package.sh
View file @
cab5af26
# install libraries for python package on ubuntu
pip2 install nose pylint six numpy nose-timer cython decorator scipy tornado typing antlr4-python2-runtime attrs
pip3 install nose pylint six numpy nose-timer cython decorator scipy tornado typed_ast pytest mypy orderedset antlr4-python3-runtime attrs
pip2 install nose
pylint
==
2.2.2
six numpy nose-timer cython decorator scipy tornado typing antlr4-python2-runtime attrs
pip3 install nose
pylint
==
2.2.2
six numpy nose-timer cython decorator scipy tornado typed_ast pytest mypy orderedset antlr4-python3-runtime attrs
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment