mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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:
parent
f978802b70
commit
76efd83439
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ sudo: false
|
|||
cache: pip
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.5"
|
||||
|
||||
before_script:
|
||||
- pip install -U pip wheel tox
|
||||
|
|
|
|||
Loading…
Reference in a new issue