summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2016-11-30 02:53:41 +0000
committerPierre Grandin <grandinp@altern.org>2016-11-30 02:53:41 +0000
commita7187c5adbc8cd552fa890cb693b921eaa7ca1d5 (patch)
tree65b64d12b224d66a800fd8765d41f7a257f639a7
parent6ee5e17b2523b49be9254827e98e46564d938342 (diff)
downloadnavit-a7187c5adbc8cd552fa890cb693b921eaa7ca1d5.tar.gz
Install junit-xml dbus-python in the user's env
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 5a020f455..e6fdc993d 100644
--- a/circle.yml
+++ b/circle.yml
@@ -25,7 +25,7 @@ dependencies:
- sudo apt-get install lib32z1
# For python testing with junit reporting
- sudo apt-get install python-gobject libdbus-glib-1-dev python-dev
- - sudo pip install junit-xml dbus-python
+ - 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/
#