summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorliusheng <liusheng@huawei.com>2017-02-09 10:23:55 +0800
committerliusheng <liusheng@huawei.com>2017-02-09 10:23:55 +0800
commitd7777b9bbc9bbbc4f8e57e54757d370302f30767 (patch)
tree2fcf2c867f0969a23a5f30eb8cd1334e7021237e /tox.ini
parent1f64a4188960cb84a1e09dcdaf97a0b825e8bdac (diff)
downloadceilometer-d7777b9bbc9bbbc4f8e57e54757d370302f30767.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: Ic7ebd51a9a6eb21e9b695a873772a7bc476709e5
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1e68ae8c..9abbb857 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.8
skipsdist = True
-envlist = py{34,27,35},{debug,py,py34,py27,py35}-{mongodb,mysql,postgresql,functional},pep8
+envlist = py{27,35},{debug,py,py27,py35}-{mongodb,mysql,postgresql,functional},pep8
[testenv]
deps = .[mongo,mysql,postgresql,gnocchi]