From b893e298f17771558566e2fab71a921b923ababa Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Sat, 21 Nov 2015 21:33:35 +0100 Subject: fix travis build --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d93905b..4d7f246 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ # Test language: python +python: + - "2.7" + script: - pebble-dev/${PEBBLE_SDK}/bin/pebble build @@ -11,10 +14,14 @@ before_install: - tar -zxf PebbleSDK.tar.gz -C pebble-dev - tar -zxf arm-cs-tools-ubuntu-universal.tar.gz -C pebble-dev/${PEBBLE_SDK} +# notice we don't create a virtualenv, travis to that be default already install: +- pip install --upgrade pip # just to future proof, since travis seem to hang behind +- pip install --install-option="--no-cython-compile" cython - "pip install -r pebble-dev/${PEBBLE_SDK}/requirements.txt" +- touch pebble-dev/NO_TRACKING env: global: - - PEBBLE_SDK=PebbleSDK-2.8.1 + - PEBBLE_SDK=PebbleSDK-3.6.2 -- cgit v1.2.3