summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--circle.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 77254436e..da8ddec40 100644
--- a/circle.yml
+++ b/circle.yml
@@ -28,8 +28,10 @@ dependencies:
- sudo apt-get install mingw32 mingw32-binutils mingw32-runtime
- sudo apt-get install default-jdk nsis
# For python testing with junit reporting
- - sudo pip install junit-xml
- - sudo apt-get install python-dbus
+ - sudo apt-get install python-gobject
+ - sudo pip install junit-xml dbus-python
+ - ln -s /usr/lib/python2.7/dist-packages/gobject /opt/circleci/python/2.7.11/lib/python2.7/site-packages/
+ - ln -s /usr/lib/python2.7/dist-packages/glib /opt/circleci/python/2.7.11/lib/python2.7/site-packages/
#
- ls -la $CIRCLE_ARTIFACTS
test: