summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2016-11-29 23:16:55 +0000
committerPierre Grandin <grandinp@altern.org>2016-11-29 23:16:55 +0000
commit21e0a71b2a98a34b2fed075b77f8d986fed6054d (patch)
tree405311fc7ef97ddb02a7a90b6231ab45747fdb35
parent40ff85b5e31c7bddfb8f6b234ba364d51c980492 (diff)
downloadnavit-21e0a71b2a98a34b2fed075b77f8d986fed6054d.tar.gz
Ensures that python-dbus is installed, needed for tests
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 7c1f19333..201e69fb4 100644
--- a/circle.yml
+++ b/circle.yml
@@ -39,6 +39,7 @@ dependencies:
- cp win32/*.exe $CIRCLE_ARTIFACTS/
# For python testing with junit reporting
- sudo pip install junit-xml
+ - sudo apt-get install python-dbus
#
- ls -la $CIRCLE_ARTIFACTS
test: