ci: fix building of pygraphviz

This commit is contained in:
Antoine Bartuccio 2019-07-15 14:29:47 +02:00
parent 640a72c52d
commit 65cb85a887
Signed by: klmp200
GPG Key ID: E7245548C53F904B
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ test:
stage: test
script:
- apt-get update
- apt-get install -y gettext python3-xapian
- apt-get install -y gettext python3-xapian libgraphviz-dev
- pushd /usr/lib/python3/dist-packages/xapian && ln -s _xapian* _xapian.so && popd
- export PYTHONPATH="/usr/lib/python3/dist-packages:$PYTHONPATH"
- python -c 'import xapian' # Fail immediately if there is a problem with xapian