Update .travis.yml example (#3645)

to test against Python 3.5
This commit is contained in:
Anders Fogh Eriksen 2017-10-16 21:48:14 +02:00 committed by Fabian Affolter
parent 17a0cec521
commit 95fbc2db61

View File

@ -141,7 +141,7 @@ Example .travis.yml
```yaml ```yaml
language: python language: python
python: python:
- "3.4" - "3.5"
before_install: before_install:
- mv travis_secrets.yaml secrets.yaml - mv travis_secrets.yaml secrets.yaml
install: install: