Skip to content

Commit 9933b3d

Browse files
author
hauntsaninja
committed
mypy: attempt to fix build
1 parent 17b0a7a commit 9933b3d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181

8282
install:
8383
- pip install -U pip setuptools
84+
- pip install -U 'virtualenv<20'
8485
- pip install -U tox==3.9.0
8586
- tox --notest
8687

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414

1515
install:
1616
- "git submodule update --init mypy/typeshed"
17-
- "%PYTHON%\\python.exe -m pip install -U setuptools tox==3.9.0"
17+
- "%PYTHON%\\python.exe -m pip install -U setuptools 'virtualenv<20' tox==3.9.0"
1818
- "%PYTHON%\\python.exe -m tox -e py37 --notest"
1919

2020
build: off

0 commit comments

Comments
 (0)