Skip to content

Commit 95fbc2d

Browse files
Foghfabaff
authored andcommitted
Update .travis.yml example (home-assistant#3645)
to test against Python 3.5
1 parent 17a0cec commit 95fbc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/ecosystem/backup/backup_github.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Example .travis.yml
141141
```yaml
142142
language: python
143143
python:
144-
- "3.4"
144+
- "3.5"
145145
before_install:
146146
- mv travis_secrets.yaml secrets.yaml
147147
install:

0 commit comments

Comments
 (0)