Replace 'mypy --version' with adding '--verbose' to the pip3 install command-line.

This commit is contained in:
Dan Gohman
2018-11-28 16:46:42 -08:00
parent 06d269be63
commit 324c821adf

View File

@@ -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.