From b93bb61e289fc721e0409b60bc87a5cb02ac855f Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Wed, 18 Mar 2015 18:58:29 +0200 Subject: [PATCH] Adding python versions in travis config --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3a45de3e..160b3929 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: python +python: + - '2.6' + - '2.7' install: - pip install tox script: