File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ init:
126126 - ps : echo $env:TOXENV
127127 - ps : ls C:\Python*
128128install :
129- - ' %PYTHON_HOME%\python -mpip install --progress-bar=off twine tox-wheel -rci/requirements.txt'
129+ - ' %PYTHON_HOME%\python -mpip install --progress-bar=off -rci/requirements.txt'
130130 - ' %PYTHON_HOME%\Scripts\virtualenv --version'
131131 - ' %PYTHON_HOME%\Scripts\easy_install --version'
132132 - ' %PYTHON_HOME%\Scripts\pip --version'
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ before_install:
153153 export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
154154 fi
155155install :
156- - python -mpip install --progress-bar=off --upgrade twine tox-wheel -rci/requirements.txt
156+ - python -mpip install --progress-bar=off --upgrade -rci/requirements.txt
157157 - virtualenv --version
158158 - easy_install --version
159159 - pip --version
Original file line number Diff line number Diff line change @@ -2,3 +2,6 @@ virtualenv>=16.6.0
22pip >= 19.1.1
33setuptools >= 18.0.1
44six >= 1.14.0
5+ importlib-metadata >= 1.0
6+ twine
7+ tox-wheel
Original file line number Diff line number Diff line change 3838 - ps : echo $env:TOXENV
3939 - ps : ls C:\Python*
4040install :
41- - ' %PYTHON_HOME%\python -mpip install --progress-bar=off twine tox-wheel -rci/requirements.txt'
41+ - ' %PYTHON_HOME%\python -mpip install --progress-bar=off -rci/requirements.txt'
4242 - ' %PYTHON_HOME%\Scripts\virtualenv --version'
4343 - ' %PYTHON_HOME%\Scripts\easy_install --version'
4444 - ' %PYTHON_HOME%\Scripts\pip --version'
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ before_install:
5858 export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
5959 fi
6060install :
61- - python -mpip install --progress-bar=off --upgrade twine tox-wheel -rci/requirements.txt
61+ - python -mpip install --progress-bar=off --upgrade -rci/requirements.txt
6262 - virtualenv --version
6363 - easy_install --version
6464 - pip --version
You can’t perform that action at this time.
0 commit comments