Remove a py34 environment from tox

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: Ib594e12fb7a238e5cb3610ace8a66fbaefe0e660
This commit is contained in:
Cao Xuan Hoang 2017-02-08 09:03:17 +07:00
parent 5c340f0aa9
commit 837e69eb7e
2 changed files with 2 additions and 6 deletions

View File

@ -16,7 +16,7 @@ classifier =
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
Topic :: Internet :: Name Service (DNS)

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py35,py34,py27,flake8
envlist = py35,py27,flake8
skipsdist = True
[testenv]
@ -27,10 +27,6 @@ passenv = http_proxy
OS_STDERR_CAPTURE
OS_STDOUT_CAPTURE
[testenv:py34]
commands =
ostestr --blacklist_file=tests-py3.txt
[testenv:py35]
commands =
ostestr --blacklist_file=tests-py3.txt