Pārlūkot izejas kodu

vagrant freebsd64: fix tox not finding any pythons

Marian Beermann 9 gadi atpakaļ
vecāks
revīzija
5baf749b29
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Vagrantfile

+ 1 - 0
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