From 36099f41fd43f8068e06fb5961c1cf5aa4fa084c Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sat, 6 Oct 2018 22:20:39 +0200 Subject: [PATCH] travis: install python3-setuptools Signed-off-by: Giuseppe Scrivano --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4599987..a336e72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ addons: - xz-utils - python3.5 - g++ + - python3-setuptools before_install: - sudo mkdir -p /lower /upper /mnt - (cd /; sudo git clone https://github.com/amir73il/unionmount-testsuite.git)