Add a py35 textenv to tox.ini
Currently the tox.ini file has a section for py34 tests. In order to get the python35-db job to build we need to create a py35 textenv section in the tox.ini file. Change-Id: I5811cc11342b67358aa010c96affe7a6b3544b02
This commit is contained in:
parent
ebbcce5904
commit
8ea0c1e4eb
4
tox.ini
4
tox.ini
@ -29,6 +29,10 @@ commands =
|
||||
deps = -r{toxinidir}/requirements-py3.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
[testenv:py35]
|
||||
deps = -r{toxinidir}/requirements-py3.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
[testenv:cover]
|
||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user