From 13e320bfe68bd457ef58f3c8b99894ff148eec18 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 12 Jun 2014 01:52:04 +0200 Subject: getting there --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e9c2f60..9a92162 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,14 @@ before_install: - tar -zxf ~/arm-cs-tools-ubuntu-universal.tar.gz - export PATH=~/pebble-dev/${PEBBLE_SDK}/bin:$PATH +# python stuff + - sudo apt-get install python-pip python2.7-dev + - sudo pip install virtualenv + - virtualenv --no-site-packages .env + - source .env/bin/activate + - pip install -r ~/pebble-dev/PebbleSDK-2.2/requirements.txt + - deactivate + script: - echo "Building Pebble project..." - cd ${PROJECT_PATH} -- cgit v1.2.3