aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-12 01:52:04 +0200
committerVictor Häggqvist <[email protected]>2014-06-12 01:52:04 +0200
commit13e320bfe68bd457ef58f3c8b99894ff148eec18 (patch)
tree994585ce6cfcac256986fbf2eba51034936f7b1c /.travis.yml
parent2efb9e91b8b068e461ef028792b46c05de41976c (diff)
getting there
Diffstat (limited to '.travis.yml')
-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}