vagrant freebsd64: fix tox not finding any pythons

This commit is contained in:
Marian Beermann 2016-10-01 20:17:30 +02:00
parent f276e30821
commit 5baf749b29
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -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