From d5c6e7d7472f407a030e76a1c9e2f672896037f7 Mon Sep 17 00:00:00 2001 From: Pete Vander Giessen Date: Thu, 2 Mar 2017 12:09:49 -0500 Subject: [PATCH] Explicitly set basepython=python3 for integration tests. Fixes them on machines that don't have python3 set as the default. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8c4b0cd..d4f3a73 100644 --- 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 -- 2.17.1