Merge "Change testenv from py34 to py35"
This commit is contained in:
commit
8a1a017ea6
6
tox.ini
6
tox.ini
@ -1,7 +1,7 @@
|
||||
# Python Trove Client
|
||||
|
||||
[tox]
|
||||
envlist = py34,py27,pypy,pep8
|
||||
envlist = py35,py27,pypy,pep8
|
||||
minversion = 1.6
|
||||
skipsdist = True
|
||||
|
||||
@ -31,8 +31,8 @@ commands = oslo_debug_helper -t troveclient/tests {posargs}
|
||||
basepython = python2.7
|
||||
commands = oslo_debug_helper -t troveclient/tests {posargs}
|
||||
|
||||
[testenv:debug-py34]
|
||||
basepython = python3.4
|
||||
[testenv:debug-py35]
|
||||
basepython = python3.5
|
||||
commands = oslo_debug_helper -t troveclient/tests {posargs}
|
||||
|
||||
[testenv:pep8]
|
||||
|
Loading…
Reference in New Issue
Block a user