瀏覽代碼

Merge branch 'f/vagrant/freebsd64-nopy' of github.com:borgbackup/borg into release-b2

Thomas Waldmann 8 年之前
父節點
當前提交
279630f9f7
共有 1 個文件被更改,包括 1 次插入0 次删除
  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