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"