From 5baf749b29c79f7c3df2ef5b37bdc6f9d4086c4f Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Sat, 1 Oct 2016 20:17:30 +0200 Subject: [PATCH] vagrant freebsd64: fix tox not finding any pythons --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index c2bb41428..7980d9bd4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -277,6 +277,7 @@ def run_tests(boxname) if which pyenv > /dev/null; then # for testing, use the earliest point releases of the supported python versions: pyenv global 3.4.0 3.5.0 + pyenv local 3.4.0 3.5.0 fi # otherwise: just use the system python if which fakeroot > /dev/null; then