Skip to content

Commit

Permalink
Merge 41a5c0e into 9ecb7eb
Browse files Browse the repository at this point in the history
  • Loading branch information
arcivanov committed Oct 16, 2020
2 parents 9ecb7eb + 41a5c0e commit b075ef6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Expand Up @@ -341,7 +341,7 @@ def upload(project, logger, reactor):


def upload_check(project, logger, reactor):
logger.info("Running Twine check for generated artifcats")
logger.info("Running Twine check for generated artifacts")
execute_twine(project, logger, reactor.pybuilder_venv, [], "check")


Expand Down
5 changes: 4 additions & 1 deletion travis/travis_install.cmd
@@ -1,3 +1,4 @@
choco upgrade chocolatey
choco config set --name="'webRequestTimeoutSeconds'" --value="'3600'"
choco config set --name="'commandExecutionTimeoutSeconds'" --value="'14400'"

Expand All @@ -7,9 +8,11 @@ set PATH=%PYTHON_BIN%;%PYTHON_BIN%\Scripts;%PATH%

pip install virtualenv
python -m virtualenv \venv
set PATH=%VENV_DIR%;%PATH%

set PATH=%VENV_DIR%;%VENV_DIR%\Scripts;%PATH%

where python
python --version
where pip
pip install -U pip setuptools
pip --version

0 comments on commit b075ef6

Please sign in to comment.