From 324c821adf3bbd5856c200c207644dc94e028d20 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 28 Nov 2018 16:46:42 -0800 Subject: [PATCH] Replace 'mypy --version' with adding '--verbose' to the pip3 install command-line. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec928fecff..c80acf071c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,7 @@ addons: packages: - python3-pip install: - - pip3 install --user --upgrade mypy flake8 - - mypy --version + - pip3 install --verbose --user --upgrade mypy flake8 before_script: # 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.