File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 42
42
python-version : ${{ matrix.python }}
43
43
architecture : ${{ matrix.arch }}
44
44
- name : install tox
45
- run : pip install --upgrade setuptools tox==3.9.0
45
+ run : pip install --upgrade setuptools 'virtualenv<20' tox==3.9.0
46
46
- name : setup tox environment
47
47
run : tox -e ${{ matrix.toxenv }} --notest
48
48
- name : test
Original file line number Diff line number Diff line change 81
81
82
82
install :
83
83
- pip install -U pip setuptools
84
+ - pip install -U 'virtualenv<20'
84
85
- pip install -U tox==3.9.0
85
86
- tox --notest
86
87
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ environment:
14
14
15
15
install :
16
16
- " 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"
18
18
- " %PYTHON%\\ python.exe -m tox -e py37 --notest"
19
19
20
20
build : off
You can’t perform that action at this time.
0 commit comments