summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjanonymous <janonymous.codevulture@gmail.com>2015-12-26 12:55:49 +0530
committerjanonymous <janonymous.codevulture@gmail.com>2015-12-26 14:22:53 +0530
commit4977769caf5372e33f57808ad73e18cb700cb516 (patch)
tree272b07c87d64f30f62624eb44ef20c27f7844afc
parent4cc347c7d6d2d4b549acff9ce6024b9b858740ca (diff)
downloadlockfile-4977769caf5372e33f57808ad73e18cb700cb516.tar.gz
py32/py33 are no longer supported by Infra's CI
Python 3.2/3.3 support would be dropped by Infra team from mitaka,CI would no longer be testing it, so projects should drop it also. Change-Id: I3bdf7d052f744198e983ddedd6b5a41f24442925
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 750ad5f..1178d9a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
-envlist = py27,py32,py33,py34
+envlist = py27,py34
[testenv]
deps = -r{toxinidir}/test-requirements.txt