From 80d8d8d51a5e3c7ecad40299414f15ad988948a6 Mon Sep 17 00:00:00 2001 From: Petr Blaho Date: Fri, 9 Aug 2013 15:27:12 +0200 Subject: [PATCH] Removes python version from .travis.yml This remove specification of python version from .travis.yml. We do not need it b/c we use travis environments and we use TOX_ENV variable in them - and this is the place where we are overriding python version from default travis env. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ed3024e..2c4e6685 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ language: python -python: - - 2.7 env: - TOX_ENV=py27 - TOX_ENV=pep8