Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 4e39a57

Browse files
sambhavNurdok
authored andcommitted
Fix appveyor builds (#415)
1 parent 51dc757 commit 4e39a57

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==3.0.2
22
pytest-pep8==1.0.6
3-
mypy==0.630
3+
mypy==0.730

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
envlist = {py35,py36,py37}-{tests,install},py36-docs
88

99
[testenv]
10+
download = true
1011
# Make sure reading the UTF-8 from test.py works regardless of the locale used.
1112
setenv =
1213
LANG=C

0 commit comments

Comments
 (0)