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 50b47aa3e7
commit 02315aed83
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

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