Skip to content
Snippets Groups Projects
Commit ca94d98f authored by ale's avatar ale
Browse files

Install python-pylibmc in the test env

parent a2dac15b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ run_tests:
stage: test
image: "ai/test:base"
script:
- "apt-get install -q -y autoconf automake libtool libcurl4-openssl-dev libpam0g-dev"
- "apt-get install -q -y autoconf automake libtool libcurl4-openssl-dev libpam0g-dev python-pylibmc"
- "(cd pam && ./autogen.sh && ./configure && make)"
- "tox -e py27"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment