python-tuf/.travis.yml
Vladimir Diaz 76efd83439 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
2016-01-27 19:19:33 -05:00

22 lines
209 B
YAML

language: python
sudo: false
cache: pip
python:
- "3.5"
before_script:
- pip install -U pip wheel tox
script: tox
after_success:
- cd tests
- coveralls
- cd -
branches:
only:
- develop