summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2016-11-30 00:51:54 +0000
committerPierre Grandin <grandinp@altern.org>2016-11-30 00:51:54 +0000
commitf465d60395566620c7d2694925006936b844d8e4 (patch)
tree9b94a54c388d893a78d28adb4f6a4272fd8b2353
parent3e0ab9c6a4d67e9cff9b374dfed588f1fc9f848e (diff)
downloadnavit-f465d60395566620c7d2694925006936b844d8e4.tar.gz
Fixing dbus tests dependencies
-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: