Try using "pip install -U ..." to install mypy; does this make the test failure disappear?

This commit is contained in:
Guido van Rossum
2016-02-03 17:21:08 -08:00
parent ad8019da53
commit bc26b28d78

View File

@@ -5,7 +5,7 @@ python:
# More versions later.
install:
- pip install git+git://github.com/JukkaL/mypy
- pip install -U git+git://github.com/JukkaL/mypy
script:
- ./runtests.py -x tornado sqlalchemy 3/enum requests