Update .travis.yml

Set Python 3.5 as the base interpreter to fix the following build failure:

py26: commands succeeded
py27: commands succeeded
py33: commands succeeded
py34: commands succeeded
ERROR:   py35: InterpreterNotFound: python3.5
This commit is contained in:
Vladimir Diaz 2016-01-27 19:19:33 -05:00
parent f978802b70
commit 76efd83439

View file

@ -5,7 +5,7 @@ sudo: false
cache: pip
python:
- "2.7"
- "3.5"
before_script:
- pip install -U pip wheel tox