Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
arcivanov committed Oct 20, 2020
1 parent e6d6abd commit f5b0494
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ notifications:
- https://webhooks.gitter.im/e/3e07f25a6c20d8c6c172
on_cancel: never # default: always
install:
- where python
- python --version
- travis_wait 30 python travis/travis_shim.py install
script:
- where python
- python --version
- travis_wait 60 python travis/travis_shim.py build
1 change: 1 addition & 0 deletions travis/travis_install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python --version
choco config set --name="'webRequestTimeoutSeconds'" --value="'3600'"
choco config set --name="'commandExecutionTimeoutSeconds'" --value="'14400'"
choco upgrade chocolatey
choco list --localonly

choco install -y %PYTHON_PACKAGE% --version=%PYTHON_VERSION% --timeout=14400

Expand Down

0 comments on commit f5b0494

Please sign in to comment.