mirror of https://github.com/OpenKMIP/PyKMIP.git
Updating tox to specify Python version for integration tests
This change updates the tox configuration for the integration test suite, specifying that the integration tests should be run with Python2.7.
This commit is contained in:
parent
2a4a237fd9
commit
5523967e07
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…
Reference in New Issue