Merge "Remove a py34 environment from tox"

This commit is contained in:
Jenkins 2017-03-01 17:03:27 +00:00 committed by Gerrit Code Review
commit 25758b58e4
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