summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgengchc2 <geng.changcai2@zte.com.cn>2017-02-08 17:14:34 +0800
committergengchc2 <geng.changcai2@zte.com.cn>2017-02-08 17:14:34 +0800
commitc8334c9fc0ee75555b3cd4e3d2255caedb573511 (patch)
treedfd877fb94a087499b01a4c07f926d8f9b8765ca
parentbdb5a076276c244439f02d2e697c48ba1d51c7a4 (diff)
downloadoslo-log-c8334c9fc0ee75555b3cd4e3d2255caedb573511.tar.gz
Remove support for py34
The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: I0be8f513e8432438a872c59dfbb0688a5c3e5bcc
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 109b2a2..7fe2e24 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
diff --git a/tox.ini b/tox.ini
index 1812e0f..89cc9c0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py35,py34,py27,pep8
+envlist = py35,py27,pep8
[testenv]
setenv =