Browse Source

Fix Python version for Travis CI tests

Change-Id: Idd52f0285ca3c858d21850f8d324cdfe64e149d6
pull/73/head
Martin Polreich 6 years ago
parent
commit
d7549eaccd
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml View File

@@ -1,3 +1,6 @@
language: python
python:
- "2.7.13"
sudo: required
services:
- docker

Loading…
Cancel
Save