summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-03-05 12:11:57 -0500
committergumi <git@gumi.ca>2018-03-05 12:11:57 -0500
commit68fbe3aeb28f4098be4a165d01883b516e455fd3 (patch)
tree775841411194f82cf7489be587b0364a9de0c4cd /.travis.yml
parent3b7090af45546b22c9ec8e72a2b7dd06fa9f66f7 (diff)
downloadtmwa-68fbe3aeb28f4098be4a165d01883b516e455fd3.tar.gz
tmwa-68fbe3aeb28f4098be4a165d01883b516e455fd3.tar.bz2
tmwa-68fbe3aeb28f4098be4a165d01883b516e455fd3.tar.xz
tmwa-68fbe3aeb28f4098be4a165d01883b516e455fd3.zip
make travis use python 2.7
Diffstat (limited to '.travis.yml')
-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