aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
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}