From bacbfac125f2e9de9cd68964c9b429230df6daf5 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Wed, 13 Jul 2016 14:24:33 +0000 Subject: [PATCH] Remove py27 from tox.ini as not needed --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 0b56520..c8708cf 100644 --- a/tox.ini +++ b/tox.ini @@ -22,11 +22,6 @@ basepython = python2.7 commands = charm-build --log-level DEBUG -o {toxinidir}/build src {posargs} -;[testenv:py27] -;basepython = python2.7 -;deps = -r{toxinidir}/test-requirements.txt -;commands = ostestr {posargs} - [testenv:py34] basepython = python3.4 deps = -r{toxinidir}/test-requirements.txt