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:
Peter Hamilton 2015-06-08 12:33:27 -04:00
parent 2a4a237fd9
commit 5523967e07
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ commands = flake8 kmip/
[testenv:integration]
# Note: This requires local or remote access to a KMIP appliance or service
deps = {[testenv]deps}
basepython=python2.7
commands =
py.test --strict kmip/tests/integration {posargs}