From 0338f8cbcce8c2744120dce22ae505952f830676 Mon Sep 17 00:00:00 2001 From: aor-fokus Date: Wed, 16 Jan 2019 17:20:21 +0100 Subject: [PATCH] test --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e09b410..d5ef2c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ services: - docker -install: - - sudo apt-get install -y python3 python3-pip - - sudo pip3 install pyresttest +#install: +# - sudo apt-get install -y +# - sudo pip3 install --upgrade pip pyresttest before_script: - sudo apt update -- sudo apt install qemu-user-static +- sudo apt install qemu-user-static python3.6 python3-pip +- sudo pip3 install --upgrade pip pyresttest - "./create-binary-docker backend" - "./create-binary-docker backend -a arm" - "./create-binary-docker gateway"