mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-28 10:49:16 +00:00
Merge pull request #5102 from Gu1nness/5020-openindiana
Remove the flake8 test for Vagrant VMs
This commit is contained in:
commit
59ae0fc336
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -228,10 +228,10 @@ def run_tests(boxname)
|
||||||
# otherwise: just use the system python
|
# otherwise: just use the system python
|
||||||
if which fakeroot 2> /dev/null; then
|
if which fakeroot 2> /dev/null; then
|
||||||
echo "Running tox WITH fakeroot -u"
|
echo "Running tox WITH fakeroot -u"
|
||||||
fakeroot -u tox --skip-missing-interpreters
|
fakeroot -u tox --skip-missing-interpreters -e py35,py36,py37,py38
|
||||||
else
|
else
|
||||||
echo "Running tox WITHOUT fakeroot -u"
|
echo "Running tox WITHOUT fakeroot -u"
|
||||||
tox --skip-missing-interpreters
|
tox --skip-missing-interpreters -e py35,py36,py37,py38
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue