Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-06-03 05:45:56 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-03 05:45:56 +0400
commita438cb119381844b1d3d3a4d47e8afaf95362bdc (patch)
treef71d13012db4a5393e7e8ce194797375f9217ea8 /.travis.yml
parent226a767be6122628fbc9e5e5f4da3e0e81a4a10f (diff)
CI should use Python 2.6 to test for our minimum supported version
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 de95fdf79b..ff26fc4119 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,9 @@ php:
# - 5.6
# - hhvm
+python:
+ - "2.6"
+
# Separate different test suites
env:
matrix: