1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-22 07:19:02 +00:00

travis: use tox -r so it rebuilds the tox envs

it seems to keep .tox envs even if one removes stuff from requirements file.
if that stuff causes troubles, as here with pytest-benchmark, the troubles stay...
This commit is contained in:
Thomas Waldmann 2015-10-11 17:41:25 +02:00
parent 9dccc809a9
commit 07d9132f05

View file

@ -17,7 +17,7 @@ source ~/.venv/bin/activate
if [[ "$(uname -s)" == "Darwin" ]]; then
# no fakeroot on OS X
sudo tox -e $TOXENV
sudo tox -e $TOXENV -r
else
fakeroot -u tox
fakeroot -u tox -r
fi