summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMartin von Gagern <gagern@google.com>2017-07-13 02:04:57 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2017-07-19 15:56:08 +0200
commit69949c29c70f70df42492c5bd65ec14963616826 (patch)
tree5565420531d3ad150ffd421087febc9d11141e17 /.travis.yml
parent9f7797ae15bd5e4e5c4ad320afcc15eeb4cdae82 (diff)
downloadpylint-git-69949c29c70f70df42492c5bd65ec14963616826.tar.gz
Have Travis run test suite on Python 2.7.6
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 205bdac83..c1c5cc5ce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,9 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27
+ - python: 2.7.6
+ env: TOXENV=py27
+ # This is used by Ubuntu Trusty
- python: 3.3
env: TOXENV=py33
- python: 3.4