summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2017-01-05 16:36:34 -0800
committerEric Brown <browne@vmware.com>2017-01-05 16:37:07 -0800
commit6e7ecfae0f6f584fa78dbfe3c318c13e0afbec96 (patch)
tree2506802a8208d8b81d607f7180d357ef805848f7
parentd7710ef5d03732ef57d01802f7a9c4c166d17ab4 (diff)
downloadpycadf-6e7ecfae0f6f584fa78dbfe3c318c13e0afbec96.tar.gz
Remove references to Python 3.4ocata-em2.5.0
Now that there exists only a gate job for Python 3.5 and not 3.4, we should remove those references to the 3.4 that is untested. Change-Id: I381f8582b79d691aba2a4e98b1611f0ddcd78e73
-rw-r--r--setup.cfg4
-rw-r--r--tox.ini2
2 files changed, 4 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index cbb2716..a471315 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,8 +14,10 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
+ Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.4
+ Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.5
[files]
packages =
diff --git a/tox.ini b/tox.ini
index db7f7bb..c59df3e 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 =