Fix Python version for Travis CI tests
Change-Id: If558bd48f691902af9541df732cc4f77468b5e19
This commit is contained in:
parent
161a4f03d9
commit
baa1927518
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7.13"
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
|
|
Loading…
Reference in a new issue