summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f3d0fc6..da5eafe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,8 @@ notifications:
## Use the container-based infrastructure
sudo: false
dist: trusty
+python:
+ - 2.7
## Commands before installing
before_install:
@@ -22,6 +24,7 @@ before_install:
install:
- make --version
+ - python --version
- mkdir build
- cd build
- git init