From fdb91af725eccfa236a73b03367fd1536c024164 Mon Sep 17 00:00:00 2001 From: Sambhav Kothari Date: Sun, 13 Oct 2019 10:26:12 +0100 Subject: [PATCH] Fix appveyor builds --- requirements/tests.txt | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4239d4ef..65fd55fd 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,3 +1,3 @@ pytest==3.0.2 pytest-pep8==1.0.6 -mypy==0.630 +mypy==0.730 diff --git a/tox.ini b/tox.ini index 9e8c8278..780c15ef 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ envlist = {py35,py36,py37}-{tests,install},py36-docs [testenv] +download = true # Make sure reading the UTF-8 from test.py works regardless of the locale used. setenv = LANG=C