We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b0a7a commit 9933b3dCopy full SHA for 9933b3d
.travis.yml
@@ -81,6 +81,7 @@ jobs:
81
82
install:
83
- pip install -U pip setuptools
84
+- pip install -U 'virtualenv<20'
85
- pip install -U tox==3.9.0
86
- tox --notest
87
appveyor.yml
@@ -14,7 +14,7 @@ environment:
14
15
16
- "git submodule update --init mypy/typeshed"
17
- - "%PYTHON%\\python.exe -m pip install -U setuptools tox==3.9.0"
+ - "%PYTHON%\\python.exe -m pip install -U setuptools 'virtualenv<20' tox==3.9.0"
18
- "%PYTHON%\\python.exe -m tox -e py37 --notest"
19
20
build: off
0 commit comments