summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreedip <reedip.banerjee@nectechnologies.in>2016-01-06 17:46:39 +0900
committerreedip <reedip.banerjee@nectechnologies.in>2016-01-06 17:49:33 +0900
commit6a834206d940220f55babb0561d6c94bb7b3e46a (patch)
tree15fc30199debb27ac596b65d9a610987df042813
parent5684248e19e7fcac615b987771a6595eb6a0b29b (diff)
downloadheat-cfntools-6a834206d940220f55babb0561d6c94bb7b3e46a.tar.gz
py26/py33 is no longer supported by Infra's CI
Python 2.6/3.3 support would be dropped by Infra team from mitaka, CI would no longer be testing it, so projects should drop it too. Change-Id: I13250170bd04d07b97990ed52a8c7a0c0f7e76c6 Closes-Bug: #1526170
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 632093b..f5f479b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py34,py33,py26,py27,pep8
+envlist = py34,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}