Skip to content

Commit c122d50

Browse files
committed
Docker_image.rst: remove pip install instruction
http://docs.coala.io/en/latest/Users/Docker_Image.html#coala-on-gitlab-ci mentions invokingpip install -r requirements.txt. It is unnecessary and the documentation has been updated to show the changes. Closes coala#486
1 parent d7f0bcf commit c122d50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Users/Docker_Image.rst

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ on your code with a ``.gitlab-ci.yml``, like this:
7373
check_code:
7474
image: coala/base
7575
script:
76-
- pip install -r requirements.txt
7776
- coala --ci
7877

7978
.. note::

0 commit comments

Comments
 (0)