Replace 'mypy --version' with adding '--verbose' to the pip3 install command-line.
This commit is contained in:
@@ -26,8 +26,7 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
install:
|
install:
|
||||||
- pip3 install --user --upgrade mypy flake8
|
- pip3 install --verbose --user --upgrade mypy flake8
|
||||||
- mypy --version
|
|
||||||
before_script:
|
before_script:
|
||||||
# If an old version of rustfmt from cargo is already installed, uninstall
|
# If an old version of rustfmt from cargo is already installed, uninstall
|
||||||
# it, since it can prevent the installation of the new version from rustup.
|
# it, since it can prevent the installation of the new version from rustup.
|
||||||
|
|||||||
Reference in New Issue
Block a user