From a7221265ccea8b6995bd3182220f890657a44413 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 28 Feb 2016 18:59:47 -0800 Subject: [PATCH] Install from python/mypy instead of JukkaL/mypy. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05349753f..7385ce5e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: # More versions later. install: - - pip install -U git+git://github.com/JukkaL/mypy + - pip install -U git+git://github.com/python/mypy script: - ./runtests.py -x tornado sqlalchemy 3/enum requests