mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-21 21:14:24 +02:00
Merge pull request #20 from OpenKMIP/maint/set-integration-default-python
Updating tox to specify Python version for integration tests
This commit is contained in:
commit
bc180653d8
1
tox.ini
1
tox.ini
@ -16,6 +16,7 @@ commands = flake8 kmip/
|
|||||||
[testenv:integration]
|
[testenv:integration]
|
||||||
# Note: This requires local or remote access to a KMIP appliance or service
|
# Note: This requires local or remote access to a KMIP appliance or service
|
||||||
deps = {[testenv]deps}
|
deps = {[testenv]deps}
|
||||||
|
basepython=python2.7
|
||||||
commands =
|
commands =
|
||||||
py.test --strict kmip/tests/integration {posargs}
|
py.test --strict kmip/tests/integration {posargs}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user