Merge "Remove a py34 environment from tox"
This commit is contained in:
commit
25758b58e4
@ -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)
|
||||
|
||||
|
6
tox.ini
6
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user