summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkavithahr <kavitha.r@nectechnologies.in>2017-03-08 12:15:04 +0530
committerkavitha h r <kavitha.r@nectechnologies.in>2017-03-09 05:09:07 +0000
commit0fa29843f64a2ebe847e47e0fffe310a32362f86 (patch)
tree11a738cd72b4aa0666099c7726809d398b434769
parent0ff3ab0590c685b5817534ac4a39ffc99f66e5fc (diff)
downloadoslo-i18n-0fa29843f64a2ebe847e47e0fffe310a32362f86.tar.gz
Python 3.5 is added3.14.0
In setup.cfg and tox.ini python 3.5 is added. Change-Id: I90b2fe4eb062262825ed88d362c86563630740c4
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 83ee0b2..bb2c9fb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,7 @@ 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]
packages =
diff --git a/tox.ini b/tox.ini
index cf90d86..b08bb8c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py34,py27,pep8
+envlist = py35,py27,pep8
[testenv]
setenv =