Skip to content

Commit

Permalink
Upgrade travisCI python version to fix TLS SNIMissingWarning errors (#…
Browse files Browse the repository at this point in the history
…220)

Upgrade travisCI python version to fix TLS SNIMissingWarning errors
  • Loading branch information
Eduardo Lopez authored and czimergebot committed Apr 16, 2019
1 parent 9e33fa4 commit 2d9f9e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/travis-ci/.travis.yml.tmpl
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Auto-generated by fogg. Do not edit
# Make improvements in fogg, so that everyone can benefit.
language: minimal
language: python
sudo: required
python: 3.6

{{ if .Docker }}
services:
- docker
{{ end }}
install:
- pip install awscli --upgrade --user
- pip install awscli --upgrade
- aws --version
- curl -o download.sh -s https://raw.githubusercontent.com/chanzuckerberg/fogg/master/download.sh
- travis_retry bash download.sh -b $HOME/bin v{{ .FoggVersion }}
Expand Down

0 comments on commit 2d9f9e1

Please sign in to comment.