From 5523967e07f7075ba3ab94dea1fa71d88d91d0e0 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Mon, 8 Jun 2015 12:33:27 -0400 Subject: [PATCH] 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. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 723c71c..f82daaf 100644 --- a/tox.ini +++ b/tox.ini @@ -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}