From b091a7311c228de81f7bd6ac485e4166d8758ef6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 26 Jan 2016 16:54:18 -0800 Subject: [PATCH] Use the correct pip install incantation. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ec6d7a45..108d9976e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: # More versions later. install: - - pip install https://github.com/JukkaL/mypy + - pip install git+git://github.com/JukkaL/mypy script: - mypy stdlib/3/