summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2016-11-30 01:06:40 +0000
committerPierre Grandin <grandinp@altern.org>2016-11-30 01:06:40 +0000
commita889d7c53d612d1762d5f896cfd232db2036dcc3 (patch)
tree3fd53c1c2bf5b5f54da5304f3f23e81743f391a5
parenta1d7e1f610138523ef714557564abdf3518337aa (diff)
downloadnavit-a889d7c53d612d1762d5f896cfd232db2036dcc3.tar.gz
Ensures that python-dev is installed for tests
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 0b225e56d..ac710bd43 100644
--- a/circle.yml
+++ b/circle.yml
@@ -28,7 +28,7 @@ dependencies:
- sudo apt-get install mingw32 mingw32-binutils mingw32-runtime
- sudo apt-get install default-jdk nsis
# For python testing with junit reporting
- - sudo apt-get install python-gobject libdbus-glib-1-dev
+ - sudo apt-get install python-gobject libdbus-glib-1-dev python-dev
- 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/