Merge pull request #68 from petevg/bug/fix-integration-tests-xenial
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Thu, 2 Mar 2017 18:03:13 +0000 (13:03 -0500)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2017 18:03:13 +0000 (13:03 -0500)
Explicitly set basepython=python3 for integration tests.

tox.ini

diff --git a/tox.ini b/tox.ini
index 8c4b0cd..d4f3a73 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -22,4 +22,5 @@ deps =
 commands = py.test -ra -s -x -n auto -k 'not integration'
 
 [testenv:integration]
+basepython=python3
 commands = py.test -ra -s -x -n auto