Skip to content

Commit

Permalink
Update .travis.yml example (home-assistant#3645)
Browse files Browse the repository at this point in the history
to test against Python 3.5
  • Loading branch information
Fogh authored and fabaff committed Oct 21, 2017
1 parent 50b47aa commit 02315ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_docs/ecosystem/backup/backup_github.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Example .travis.yml
```yaml
language: python
python:
- "3.4"
- "3.5"
before_install:
- mv travis_secrets.yaml secrets.yaml
install:
Expand Down

0 comments on commit 02315ae

Please sign in to comment.